///////////////////////////////////////////////////////////////////////////////
-// Name: msw/caret.h
+// Name: wx/msw/caret.h
// Purpose: wxCaret class - the MSW implementation of wxCaret
// Author: Vadim Zeitlin
// Modified by:
private:
bool m_hasCaret;
- DECLARE_NO_COPY_CLASS(wxCaret)
+ wxDECLARE_NO_COPY_CLASS(wxCaret);
};
#endif // _WX_CARET_H_