X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/61a0b9059a22e0f8b16e4396d0f8cbf49f31998f..68a9527d5185cdd9d3fef3d9421415c50de8794d:/include/wx/mac/carbon/pen.h?ds=inline diff --git a/include/wx/mac/carbon/pen.h b/include/wx/mac/carbon/pen.h index 7f51e0add1..8da9153e23 100644 --- a/include/wx/mac/carbon/pen.h +++ b/include/wx/mac/carbon/pen.h @@ -43,9 +43,6 @@ public: } protected: - virtual wxObjectRefData* CreateRefData() const; - virtual wxObjectRefData* CloneRefData(const wxObjectRefData* data) const; - int m_width; int m_style; int m_join ; @@ -111,9 +108,8 @@ public: // 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