X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..9c805dec6caf3c98a3797898cffe795b5b56e606:/include/wx/palmos/caret.h?ds=sidebyside diff --git a/include/wx/palmos/caret.h b/include/wx/palmos/caret.h index 4a59ce34d3..73a85d0007 100644 --- a/include/wx/palmos/caret.h +++ b/include/wx/palmos/caret.h @@ -1,10 +1,10 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: palmos/caret.h +// Name: wx/palmos/caret.h // Purpose: wxCaret class - the Palm OS implementation of wxCaret -// Author: William Osborne +// Author: William Osborne - minimal working wxPalmOS port // Modified by: // Created: 10/13/04 -// RCS-ID: $Id: +// RCS-ID: $Id$ // Copyright: (c) William Osborne // Licence: wxWindows licence /////////////////////////////////////////////////////////////////////////////// @@ -12,11 +12,7 @@ #ifndef _WX_CARET_H_ #define _WX_CARET_H_ -#if defined(__GNUG__) && !defined(NO_GCC_PRAGMA) - #pragma interface "caret.h" -#endif - -class WXDLLEXPORT wxCaret : public wxCaretBase +class WXDLLIMPEXP_CORE wxCaret : public wxCaretBase { public: wxCaret() { Init(); } @@ -60,7 +56,7 @@ protected: private: bool m_hasCaret; - DECLARE_NO_COPY_CLASS(wxCaret) + wxDECLARE_NO_COPY_CLASS(wxCaret); }; #endif // _WX_CARET_H_