]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/colordlg.h
fixed DeleteContents inconsistency: didn't free memory if DeleteContents called befor...
[wxWidgets.git] / include / wx / colordlg.h
index 7500259cb85009f9b8a4734960c33ae7d13e46a7..4f322491404907a7ca9e0856390f9a2a2daafc9b 100644 (file)
@@ -17,9 +17,9 @@
 #include "wx/generic/colrdlgg.h"
 #endif
 
-#ifndef __WXMSW__
+#if !defined(__WXMSW__)
 #define wxColourDialog wxGenericColourDialog
-#define sm_classwxColourDialog sm_classwxColourDialog
+#define sm_classwxColourDialog sm_classwxGenericColourDialog
 #endif
 
 #endif