]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/cmdargs.h
adjust the toolbar tools bitmap size to fit the biggest bitmap used under wxOSX too...
[wxWidgets.git] / include / wx / cmdargs.h
index a120c45870fd7cc6e6be3d22bda227398c09ffd4..3f99cb50eb783363f404dade28fc834866535e6b 100644 (file)
@@ -136,7 +136,7 @@ private:
     mutable char **m_argsA;
     mutable wchar_t **m_argsW;
 
-    DECLARE_NO_COPY_CLASS(wxCmdLineArgsArray)
+    wxDECLARE_NO_COPY_CLASS(wxCmdLineArgsArray);
 };
 
 // provide global operator overload for compatibility with the existing code