]> git.saurik.com Git - wxWidgets.git/blobdiff - src/stubs/dcclient.cpp
wxGTK must include wxWindows/misc or make install will fail
[wxWidgets.git] / src / stubs / dcclient.cpp
index b21b90399e65a39b2cd3dda2ac32656bb603dc39..925d9609ee1771b240d3b41f8196b63cdcf3dfc1 100644 (file)
@@ -15,6 +15,7 @@
 
 #include "wx/dcclient.h"
 #include "wx/dcmemory.h"
 
 #include "wx/dcclient.h"
 #include "wx/dcmemory.h"
+#include "wx/region.h"
 #include <math.h>
 
 //-----------------------------------------------------------------------------
 #include <math.h>
 
 //-----------------------------------------------------------------------------
@@ -50,7 +51,7 @@ wxWindowDC::~wxWindowDC(void)
 };
 
 void wxWindowDC::FloodFill( long WXUNUSED(x1), long WXUNUSED(y1), 
 };
 
 void wxWindowDC::FloodFill( long WXUNUSED(x1), long WXUNUSED(y1), 
-  wxColour* WXUNUSED(col), int WXUNUSED(style) )
+  const wxColour& WXUNUSED(col), int WXUNUSED(style) )
 {
 };
 
 {
 };