]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/classic/brush.cpp
escape underscores and don't use abbreviations in text
[wxWidgets.git] / src / mac / classic / brush.cpp
index d484314a2ce98af507fea1e9621cdd950f9ff496..f68830c59bcb30beed794672884f6ae6af13b984 100644 (file)
@@ -9,19 +9,13 @@
 // Licence:       wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
-#ifdef __GNUG__
-#pragma implementation "brush.h"
-#endif
-
 #include "wx/setup.h"
 #include "wx/utils.h"
 #include "wx/brush.h"
 
 #include "wx/mac/private.h"
 
-#if !USE_SHARED_LIBRARIES
 IMPLEMENT_DYNAMIC_CLASS(wxBrush, wxGDIObject)
-#endif
 
 class WXDLLEXPORT wxBrushRefData: public wxGDIRefData
 {
@@ -226,4 +220,4 @@ wxBitmap *wxBrush::GetStipple() const
 wxMacBrushKind wxBrush::MacGetBrushKind()  const 
 { 
     return (M_BRUSHDATA ? M_BRUSHDATA->m_macBrushKind : kwxMacBrushColour); 
-}
\ No newline at end of file
+}