From 35853cf203cea09ad16393836ab0adecda634000 Mon Sep 17 00:00:00 2001 From: Dimitri Schoolwerth Date: Thu, 15 Dec 2005 00:25:03 +0000 Subject: [PATCH] fixed compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- src/mac/carbon/dc.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mac/carbon/dc.cpp b/src/mac/carbon/dc.cpp index 1630fd9c14..776f63b21f 100644 --- a/src/mac/carbon/dc.cpp +++ b/src/mac/carbon/dc.cpp @@ -2083,7 +2083,7 @@ void wxDC::MacInstallPen() const // case wxSRC_AND: // source _bitmap_ AND destination break ; - default; + default: break ; } -- 2.47.2