#include <windows.h>
-#if !defined(__WIN32__) || defined(__SALFORDC__) || defined(__WXWINE__)
+#if !defined(__WIN32__) || defined(__SALFORDC__)
#include <commdlg.h>
#endif
m_title = title;
}
-wxString wxColourDialog::GetTitle()
+wxString wxColourDialog::GetTitle() const
{
return m_title;
}