X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c399c2de41f84c3ecb6b9a3125af7cce2a26b22e..4fe5383d6c6463e16e2d5b6b5fefe311b33e128f:/include/wx/msw/tooltip.h diff --git a/include/wx/msw/tooltip.h b/include/wx/msw/tooltip.h index 41855799d9..d4a29c4f9c 100644 --- a/include/wx/msw/tooltip.h +++ b/include/wx/msw/tooltip.h @@ -35,7 +35,7 @@ public: void RelayEvent(WXMSG *msg); private: - static HWND hwndTT; + static WXHWND hwndTT; // create the tooltip ctrl for our parent frame if it doesn't exist yet // and return its window handle WXHWND GetToolTipCtrl(); @@ -46,3 +46,4 @@ private: wxString m_text; // tooltip text wxWindow *m_window; // window we're associated with }; +