X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/923d28da0eed674dfd7f4a497568ac14a29f0189..f98bd6d6cf33f0475b5d737a2968b42b7ea0009f:/src/gtk/gnome/gprint.cpp diff --git a/src/gtk/gnome/gprint.cpp b/src/gtk/gnome/gprint.cpp index e262a9303e..a3520e69f5 100644 --- a/src/gtk/gnome/gprint.cpp +++ b/src/gtk/gnome/gprint.cpp @@ -23,12 +23,13 @@ #include "wx/log.h" #include "wx/dcmemory.h" #include "wx/icon.h" + #include "wx/math.h" + #include "wx/image.h" + #include "wx/module.h" #endif -#include "wx/math.h" #include "wx/fontutil.h" #include "wx/gtk/private.h" -#include "wx/module.h" #include "wx/dynlib.h" #include @@ -850,7 +851,7 @@ wxGnomePrintDC::~wxGnomePrintDC() { } -bool wxGnomePrintDC::Ok() const +bool wxGnomePrintDC::IsOk() const { return true; }