adding explicit copy and assignment

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@50795 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2007-12-18 13:15:05 +00:00
parent c5ad4777e0
commit e8db0e1e5c

View File

@@ -28,6 +28,7 @@ public:
// default
wxColour() { }
wxColour( const wxColour& col );
DEFINE_STD_WXCOLOUR_CONSTRUCTORS
// dtor
@@ -59,6 +60,7 @@ public:
wxColour(const RGBColor& col);
wxColour& operator=(const RGBColor& col);
wxColour& operator=(CGColorRef col);
wxColour& operator=(const wxColour& col);
protected :