calling explicit base class constructor from copy constructor

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@67216 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Stefan Csomor
2011-03-16 10:56:41 +00:00
parent e71baaa811
commit ea2807a4c4
4 changed files with 5 additions and 5 deletions

View File

@@ -239,7 +239,7 @@ wxCursorRefData::wxCursorRefData()
#endif
}
wxCursorRefData::wxCursorRefData(const wxCursorRefData& cursor)
wxCursorRefData::wxCursorRefData(const wxCursorRefData& cursor) : wxGDIRefData()
{
m_hCursor = NULL;