X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..f87584b55268e165f15de6f8ae34c99df72e5896:/include/wx/palmos/tooltip.h diff --git a/include/wx/palmos/tooltip.h b/include/wx/palmos/tooltip.h index 229c645b29..3df3d53f10 100644 --- a/include/wx/palmos/tooltip.h +++ b/include/wx/palmos/tooltip.h @@ -1,14 +1,17 @@ /////////////////////////////////////////////////////////////////////////////// -// Name: palmos/tooltip.h +// Name: wx/palmos/tooltip.h // Purpose: wxToolTip class - tooltip control -// 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 /////////////////////////////////////////////////////////////////////////////// +#ifndef _WX_PALMOS_TOOLTIP_H_ +#define _WX_PALMOS_TOOLTIP_H_ + class WXDLLEXPORT wxToolTip : public wxObject { public: @@ -58,3 +61,4 @@ private: DECLARE_NO_COPY_CLASS(wxToolTip) }; +#endif // _WX_PALMOS_TOOLTIP_H_