]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/gdiobj.h
progress message passed to wxDC::StartDoc() is not appropriate for PostScript documen...
[wxWidgets.git] / include / wx / gdiobj.h
index fc2e0756d7f2b2b5ba27e7be247e5bc35c3c1570..da977d393954db686a23d7e136a9815e7ba3089c 100644 (file)
@@ -20,7 +20,7 @@
 // the same native GDI object
 // ----------------------------------------------------------------------------
 
-class WXDLLIMPEXP_FWD_CORE wxGDIRefData : public wxObjectRefData
+class WXDLLIMPEXP_CORE wxGDIRefData : public wxObjectRefData
 {
 public:
     // override this in the derived classes to check if this data object is
@@ -36,7 +36,7 @@ class WXDLLIMPEXP_CORE wxGDIObject : public wxObject
 {
 public:
     // checks if the object can be used
-    bool IsOk() const
+    virtual bool IsOk() const
     {
         // the cast here is safe because the derived classes always create
         // wxGDIRefData objects