]> git.saurik.com Git - wxWidgets.git/blobdiff - src/dfb/dcscreen.cpp
Added const when writing XPMs to avoid gcc warnings
[wxWidgets.git] / src / dfb / dcscreen.cpp
index 14f7cfa7554ddaf2622761ab2f929ede75fa9f29..ce892be03616c50b66c3186b820e57ea5af90e7a 100644 (file)
@@ -19,6 +19,7 @@
 // For compilers that support precompilation, includes "wx.h".
 #include "wx/wxprec.h"
 
+#include "wx/dcscreen.h"
 #include "wx/dfb/dcscreen.h"
 #include "wx/dfb/private.h"
 
@@ -30,7 +31,7 @@
 // wxScreenDC
 //-----------------------------------------------------------------------------
 
-#warning "FIXME: this doesn't work (neither single app nor multiapp core)
+#warning "FIXME: this doesn't work (neither single app nor multiapp core)"
 // FIXME: maybe use a subsurface as well?
 
 IMPLEMENT_ABSTRACT_CLASS(wxScreenDCImpl, wxDFBDCImpl)