]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
Clarified wxPropertyGrid::HitTest() docs
[wxWidgets.git] / include / wx / app.h
index 278d540a1ca874efc56ea3028af5e27311bf161f..a5b60fed2b6660bb972947190cbfcd06d8d878db 100644 (file)
@@ -435,7 +435,7 @@ protected:
 
     // the application object is a singleton anyhow, there is no sense in
     // copying it
-    DECLARE_NO_COPY_CLASS(wxAppConsoleBase)
+    wxDECLARE_NO_COPY_CLASS(wxAppConsoleBase);
 };
 
 #if defined(__UNIX__)
@@ -631,7 +631,7 @@ protected:
     bool m_isInsideYield;
     long m_eventsToProcessInsideYield;
 
-    DECLARE_NO_COPY_CLASS(wxAppBase)
+    wxDECLARE_NO_COPY_CLASS(wxAppBase);
 };
 
 #if WXWIN_COMPATIBILITY_2_6