///////////////////////////////////////////////////////////////////////////////
-// Name: msw/caret.h
+// Name: wx/msw/caret.h
// Purpose: wxCaret class - the MSW implementation of wxCaret
// Author: Vadim Zeitlin
// Modified by:
// Created: 23.05.99
-// RCS-ID: $Id$
// Copyright: (c) wxWidgets team
// Licence: wxWindows licence
///////////////////////////////////////////////////////////////////////////////
private:
bool m_hasCaret;
- DECLARE_NO_COPY_CLASS(wxCaret)
+ wxDECLARE_NO_COPY_CLASS(wxCaret);
};
#endif // _WX_CARET_H_