]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/tooltip.h
Fixed ReadLine missing last character from text files with no final newline.
[wxWidgets.git] / include / wx / msw / tooltip.h
index 13fdd0069dff62a4c48e5a771af8dbf717bd00d1..8a3aed18445fddcdff3fc6ff2cde7f8d6a39499c 100644 (file)
@@ -1,5 +1,5 @@
 ///////////////////////////////////////////////////////////////////////////////
-// Name:        msw/tooltip.h
+// Name:        wx/msw/tooltip.h
 // Purpose:     wxToolTip class - tooltip control
 // Author:      Vadim Zeitlin
 // Modified by:
@@ -14,6 +14,8 @@
 
 #include "wx/object.h"
 
+class WXDLLIMPEXP_CORE wxWindow;
+
 class WXDLLEXPORT wxToolTip : public wxObject
 {
 public:
@@ -40,7 +42,7 @@ public:
     // -------------------------------
 
     // should be called in responde to WM_MOUSEMOVE
-    void RelayEvent(WXMSG *msg);
+    static void RelayEvent(WXMSG *msg);
 
     // add a window to the tooltip control
     void Add(WXHWND hwnd);