]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/app.h
fix memory leak; allocate the DC before SetFont() is called on the status bar
[wxWidgets.git] / include / wx / os2 / app.h
index 26716011af35f795c3d835a65815b6df0da983e5..93c1dd37d6def6c5b3cad46bc599908eda406010 100644 (file)
@@ -118,7 +118,7 @@ public:
 
 protected:
     DECLARE_EVENT_TABLE()
-    DECLARE_NO_COPY_CLASS(wxApp)
+    wxDECLARE_NO_COPY_CLASS(wxApp);
 };
 #endif
     // _WX_APP_H_