]> git.saurik.com Git - wxWidgets.git/blobdiff - src/msw/tooltip.cpp
Enable variadic macros for VC9 and later.
[wxWidgets.git] / src / msw / tooltip.cpp
index 853b96ac633d751858aabe1d71b5c41ee5d5fe38..23ad01cbd4c9e07e3a0c2ad016ed14be3722a0e7 100644 (file)
@@ -502,7 +502,7 @@ void wxToolTip::SetWindow(wxWindow *win)
     // add the window itself
     if ( m_window )
     {
-        AddOtherWindow(m_window->GetHWND());
+        DoAddHWND(m_window->GetHWND());
     }
 #if !defined(__WXUNIVERSAL__)
     // and all of its subcontrols (e.g. radio buttons in a radiobox) as well