X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53a2db124c633f80bdb16336084262037d879a2c..0ecd03525b34edba886ca83ff724265cd912dbbd:/include/wx/msw/caret.h?ds=sidebyside diff --git a/include/wx/msw/caret.h b/include/wx/msw/caret.h index 4a6d28ce83..ab51bea025 100644 --- a/include/wx/msw/caret.h +++ b/include/wx/msw/caret.h @@ -1,5 +1,5 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: msw/caret.h +// Name: wx/msw/caret.h // Purpose: wxCaret class - the MSW implementation of wxCaret // Author: Vadim Zeitlin // Modified by: @@ -56,7 +56,7 @@ protected: private: bool m_hasCaret; - DECLARE_NO_COPY_CLASS(wxCaret) + wxDECLARE_NO_COPY_CLASS(wxCaret); }; #endif // _WX_CARET_H_