git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@44767
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
}
protected:
- virtual wxObjectRefData* CreateRefData() const;
- virtual wxObjectRefData* CloneRefData(const wxObjectRefData* data) const;
-
int m_width;
int m_style;
int m_join ;
// Useful helper: create the brush resource
bool RealizeResource();
- // When setting properties, we must make sure we're not changing
- // another object
- void Unshare();
+protected:
+ virtual wxObjectRefData* CreateRefData() const;
+ virtual wxObjectRefData* CloneRefData(const wxObjectRefData* data) const;
};
#endif