]> git.saurik.com Git - wxWidgets.git/commitdiff
include wx/wxprec.h first (patch 1743343)
authorVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2007 15:40:30 +0000 (15:40 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Sun, 4 Nov 2007 15:40:30 +0000 (15:40 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@49622 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

src/mac/carbon/colordlgosx.mm

index 6ca11c6aff5fdbb82490608eb41bcdf636e48b13..b40911c3a0c04c191cd97fd7d91470b29f004d7a 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        colordlg.cpp
+// Name:        src/mac/carbon/colordlg.mm
 // Purpose:     wxColourDialog class. NOTE: you can use the generic class
 //              if you wish, instead of implementing this.
 // Author:      Ryan Norton
@@ -18,6 +18,8 @@
 // headers
 // ---------------------------------------------------------------------------
 
+#include "wx/wxprec.h"
+
 #include "wx/mac/colordlg.h"
 #include "wx/fontdlg.h"