]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/palmos/tooltip.h
1. moved m_majorDim duplicated in many ports to wxRadioBoxBase
[wxWidgets.git] / include / wx / palmos / tooltip.h
index e9f2eb1b486f7294b5b704b354505aa19697bac0..3df3d53f10f46a64ebfcb78c30cb26f3f8948209 100644 (file)
@@ -9,6 +9,9 @@
 // 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_