]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/mac/carbon/brush.h
wxChar -> char
[wxWidgets.git] / include / wx / mac / carbon / brush.h
index 49528efbea0951cf85ddd69dbc72e86073af709f..ae73a725dd6444725f89201602cbe63989da422b 100644 (file)
@@ -16,7 +16,7 @@
 #include "wx/gdiobj.h"
 #include "wx/bitmap.h"
 
 #include "wx/gdiobj.h"
 #include "wx/bitmap.h"
 
-class WXDLLEXPORT wxBrush;
+class WXDLLIMPEXP_FWD_CORE wxBrush;
 
 typedef enum
 {
 
 typedef enum
 {
@@ -64,8 +64,7 @@ public:
     // Useful helper: create the brush resource
     bool RealizeResource();
 
     // Useful helper: create the brush resource
     bool RealizeResource();
 
-    // When setting properties, we must make sure we're not changing
-    // another object
+private:
     void Unshare();
 };
 
     void Unshare();
 };