// 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