]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gtk/colordlg.h
refactoring/simplification of code dealing with scrollbars and their events
[wxWidgets.git] / include / wx / gtk / colordlg.h
index 107b3ca9ed8c7a8d0977a737be4b3882a24fee07..84f3e6b4132ae44368e4a15d299c9950d23e064c 100644 (file)
@@ -12,7 +12,7 @@
 #ifndef __COLORDLG_H__
 #define __COLORDLG_H__
 
-#include "wx/setup.h"
+#include "wx/defs.h"
 #include "wx/gdicmn.h"
 #include "wx/dialog.h"
 #include "wx/cmndata.h"
@@ -44,7 +44,7 @@ protected:
     // copy data between the dialog and m_colourData:
     void ColourDataToDialog();
     void DialogToColourData();
-    
+
     wxColourData m_data;
 
     DECLARE_DYNAMIC_CLASS(wxColourDialog)