]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk1/brush.cpp
gtk_text_iter_get_line and get_line_offset work fine on the end iter. Don't bail...
[wxWidgets.git] / src / gtk1 / brush.cpp
index 3d4549539f78738f0d508de042b949add2b8e8c8..392418c11e77db11adc06a6ce59e42df63b8073f 100644 (file)
@@ -1,5 +1,5 @@
 /////////////////////////////////////////////////////////////////////////////
-// Name:        src/gtk/brush.cpp
+// Name:        src/gtk1/brush.cpp
 // Purpose:
 // Author:      Robert Roebling
 // Id:          $Id$
 #include "wx/wxprec.h"
 
 #include "wx/brush.h"
-#include "wx/colour.h"
+
+#ifndef WX_PRECOMP
+    #include "wx/colour.h"
+#endif
 
 #include <gdk/gdk.h>