]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/printing/printing.h
lastChar was defined as a char when it should have been an int
[wxWidgets.git] / samples / printing / printing.h
index 46276c2428856b224b225a30e0b5c303deb79b7a..88eabd66fb24ccbcc275b83b3387197ba6406721 100644 (file)
@@ -21,7 +21,7 @@ class MyApp: public wxApp
     bool OnInit();
     int OnExit();
 
-    wxFont* m_testFont;
+    wxFont m_testFont;
 };
 
 DECLARE_APP(MyApp)