]> git.saurik.com Git - wxWidgets.git/blobdiff - samples/printing/printing.h
wxMac uses wxStandardPathsCF to mean wxStandardPaths in its wxBase
[wxWidgets.git] / samples / printing / printing.h
index 8361d5a882b39ab078387e5eba76cc57ecc43ced..25e098350dd8e0b21fa577792e60ee37a82f5b5b 100644 (file)
@@ -17,7 +17,7 @@
 class MyApp: public wxApp
 {
   public:
-    MyApp() ;
+    MyApp(){};
     bool OnInit();
     int OnExit();
 
@@ -59,7 +59,7 @@ class MyCanvas: public wxScrolledWindow
 {
   public:
     MyCanvas(wxFrame *frame, const wxPoint& pos, const wxSize& size, long style = wxRETAINED);
-    ~MyCanvas(void) ;
+    ~MyCanvas(void){};
 
     virtual void OnDraw(wxDC& dc);
     void OnEvent(wxMouseEvent& event);