]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/generic/colrdlgg.h
wxNotebook interface (it may change!), implementation file is not yet
[wxWidgets.git] / include / wx / generic / colrdlgg.h
index c0629c183e4144faf452ab4eb3b9824132d02dd7..f82865066b868315e1534840913f800355fbce72 100644 (file)
@@ -116,6 +116,8 @@ class WXDLLEXPORT wxGenericColourDialog: public wxDialog
 DECLARE_EVENT_TABLE()
 };
 
+#ifdef __GTK__
 typedef wxGenericColourDialog wxColourDialog;
+#endif
 
 #endif