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:
@@ -28,6 +28,7 @@ public:
|
|||||||
|
|
||||||
// default
|
// default
|
||||||
wxColour() { }
|
wxColour() { }
|
||||||
|
wxColour( const wxColour& col );
|
||||||
DEFINE_STD_WXCOLOUR_CONSTRUCTORS
|
DEFINE_STD_WXCOLOUR_CONSTRUCTORS
|
||||||
|
|
||||||
// dtor
|
// dtor
|
||||||
@@ -59,6 +60,7 @@ public:
|
|||||||
wxColour(const RGBColor& col);
|
wxColour(const RGBColor& col);
|
||||||
wxColour& operator=(const RGBColor& col);
|
wxColour& operator=(const RGBColor& col);
|
||||||
wxColour& operator=(CGColorRef col);
|
wxColour& operator=(CGColorRef col);
|
||||||
|
wxColour& operator=(const wxColour& col);
|
||||||
|
|
||||||
protected :
|
protected :
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user