]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/tooltip.h
SetTextColour is gone
[wxWidgets.git] / include / wx / os2 / tooltip.h
index 1a1bc252adf859dc7bcf29f45325123129ac058f..5a85523492773c61dc3de09d0d5ddb1ef436699e 100644 (file)
@@ -9,6 +9,9 @@
 // Licence:     wxWindows licence
 ///////////////////////////////////////////////////////////////////////////////
 
+#ifndef _WX_OS2_TOOLTIP_H_
+#define _WX_OS2_TOOLTIP_H_
+
 class wxToolTip : public wxObject
 {
 public:
@@ -44,3 +47,5 @@ private:
     wxString                        m_sText;           // tooltip text
     wxWindow*                       m_pWindow;         // window we're associated with
 }; // end of CLASS wxToolTip
+
+#endif // _WX_OS2_TOOLTIP_H_