]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/brush.h
fixed compilation if wxUSE_STL=1
[wxWidgets.git] / include / wx / os2 / brush.h
index 0e03ceb99291b7d4ff41ba66679eb9fc6e54c0f6..c37808f3ef6a837729f8f6df55add2039d692178 100644 (file)
@@ -54,7 +54,7 @@ public:
     wxBrush(const wxBitmap& rStipple);
     virtual ~wxBrush();
 
-    inline bool operator == (const wxBrush& rBrush) const;
+    bool operator == (const wxBrush& rBrush) const;
     inline bool operator != (const wxBrush& rBrush) const { return !(*this == rBrush); }
 
     virtual void SetColour(const wxColour& rColour);