]> git.saurik.com Git - wxWidgets.git/blobdiff - src/gtk/gnome/gprint.cpp
Fixup Blit so it can be used with a source that is a wxBufferedDC,
[wxWidgets.git] / src / gtk / gnome / gprint.cpp
index aabe61aa63f3a7f884bd188d87dca85af3882908..a3520e69f5980257d71ffdf168492e7fc6ebf39a 100644 (file)
     #include "wx/icon.h"
     #include "wx/math.h"
     #include "wx/image.h"
     #include "wx/icon.h"
     #include "wx/math.h"
     #include "wx/image.h"
+    #include "wx/module.h"
 #endif
 
 #include "wx/fontutil.h"
 #include "wx/gtk/private.h"
 #endif
 
 #include "wx/fontutil.h"
 #include "wx/gtk/private.h"
-#include "wx/module.h"
 #include "wx/dynlib.h"
 
 #include <libgnomeprint/gnome-print.h>
 #include "wx/dynlib.h"
 
 #include <libgnomeprint/gnome-print.h>
@@ -851,7 +851,7 @@ wxGnomePrintDC::~wxGnomePrintDC()
 {
 }
 
 {
 }
 
-bool wxGnomePrintDC::Ok() const
+bool wxGnomePrintDC::IsOk() const
 {
     return true;
 }
 {
     return true;
 }