X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/aea95b1c3a8ae221cc3aade5ce49a3cf848fd56a..74b1f0b45e0f0bc7e25c5f32bb495e3e4bcd3392:/src/os2/colour.cpp diff --git a/src/os2/colour.cpp b/src/os2/colour.cpp index d1add0c9c3..08d79a82f1 100644 --- a/src/os2/colour.cpp +++ b/src/os2/colour.cpp @@ -22,7 +22,7 @@ #define INCL_PM #include -IMPLEMENT_DYNAMIC_CLASS(wxColour, wxGDIObject) +IMPLEMENT_DYNAMIC_CLASS(wxColour, wxObject) // Colour @@ -33,11 +33,6 @@ void wxColour::Init() m_cRed = m_cBlue = m_cGreen = 0; } // end of wxColour::Init -wxColour::wxColour () -{ - Init(); -} // end of wxColour::wxColour - wxColour::wxColour( const wxColour& rCol ) { *this = rCol;