}
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();
+private:
+ void Unshare();
};
#endif