From: Dimitri Schoolwerth Date: Thu, 15 Dec 2005 00:25:03 +0000 (+0000) Subject: fixed compilo X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/35853cf203cea09ad16393836ab0adecda634000?ds=inline fixed compilo git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@36396 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- 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 ; }