X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/5ffe00d001886954ff62718d3f01606dfa5ab94b..e62b7692622880d48b62f555c1e356883232956c:/include/wx/motif/ctrlsub.h diff --git a/include/wx/motif/ctrlsub.h b/include/wx/motif/ctrlsub.h index cc417f9f80..582cf854de 100644 --- a/include/wx/motif/ctrlsub.h +++ b/include/wx/motif/ctrlsub.h @@ -3,7 +3,6 @@ // Purpose: common functionality of wxItemContainer-derived controls // Author: Vadim Zeitlin // Created: 2007-07-25 -// RCS-ID: $Id$ // Copyright: (c) 2007 Vadim Zeitlin // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -33,7 +32,7 @@ protected: private: DECLARE_ABSTRACT_CLASS(wxControlWithItems) - DECLARE_NO_COPY_CLASS(wxControlWithItems) + wxDECLARE_NO_COPY_CLASS(wxControlWithItems); }; #endif // _WX_MOTIF_CTRLSUB_H_