X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/a790886d7f38216c106640f22a9f27ed58a09ff8..66c2bf7b1d9326fb650acfaae22ec50528cfbf7c:/include/wx/cmdargs.h?ds=sidebyside diff --git a/include/wx/cmdargs.h b/include/wx/cmdargs.h index a120c45870..e4167f0fd6 100644 --- a/include/wx/cmdargs.h +++ b/include/wx/cmdargs.h @@ -3,7 +3,6 @@ // Purpose: declaration of wxCmdLineArgsArray helper class // Author: Vadim Zeitlin // Created: 2007-11-12 -// RCS-ID: $Id$ // Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -136,7 +135,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