X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/bceff574a860c4ecd9bb2d5a1a3f8889fef9306a..f98bd6d6cf33f0475b5d737a2968b42b7ea0009f:/src/gtk/gnome/gprint.cpp?ds=inline diff --git a/src/gtk/gnome/gprint.cpp b/src/gtk/gnome/gprint.cpp index aabe61aa63..a3520e69f5 100644 --- a/src/gtk/gnome/gprint.cpp +++ b/src/gtk/gnome/gprint.cpp @@ -25,11 +25,11 @@ #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" -#include "wx/module.h" #include "wx/dynlib.h" #include @@ -851,7 +851,7 @@ wxGnomePrintDC::~wxGnomePrintDC() { } -bool wxGnomePrintDC::Ok() const +bool wxGnomePrintDC::IsOk() const { return true; }