]> git.saurik.com Git - wxWidgets.git/blobdiff - src/cocoa/brush.mm
Silence some warnings
[wxWidgets.git] / src / cocoa / brush.mm
index 3e24adc742d60629eb728d31bc3e838a3bb97c89..4dc296399820fa749bcaf125966b9cc505c50488 100644 (file)
@@ -6,7 +6,7 @@
 // Created:     2003/07/03
 // RCS-ID:      $Id$
 // Copyright:   (c) 2003 David Elliott
-// Licence:    wxWidgets licence
+// Licence:     wxWidgets licence
 /////////////////////////////////////////////////////////////////////////////
 
 #include "wx/wxprec.h"
@@ -215,4 +215,3 @@ WX_NSColor wxBrush::GetNSColor()
         return [NSColor clearColor];
     return M_BRUSHDATA->GetNSColor();
 }
-