Applied patch [ 1161769 ] reference to temp object in carbon/palette.cpp

Potentially unsafe (and obsolete) constructor removed.


git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@33181 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Julian Smart
2005-03-30 15:47:29 +00:00
parent 5ba95b7936
commit 4b524c27cc
4 changed files with 4 additions and 15 deletions

View File

@@ -40,7 +40,6 @@ public:
// copy ctors and assignment operators
wxColour( const wxColour& col );
wxColour( const wxColour* col );
wxColour& operator = ( const wxColour& col );
// dtor