+ // we don't use these functions (but probably should) but have to implement
+ // them as they're pure virtual in the base class
+ virtual wxGDIRefData *CreateGDIRefData() const;
+ virtual wxGDIRefData *CloneGDIRefData(const wxGDIRefData *data) const;
+