]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/popupwin.h
Fixed OS/2 compilation problems.
[wxWidgets.git] / include / wx / msw / popupwin.h
index 14105ab8551a6de539345520b007678538478b7c..239ee042124292cb64e98da4f0a5f22944d7fbea 100644 (file)
@@ -40,8 +40,10 @@ protected:
         // (because we are a child window)
         wxPopupWindowBase::DoGetPosition(x, y);
 
-        GetParent()->DoClientToScreen(x, y);
+        GetParent()->ClientToScreen(x, y);
     }
+
+    DECLARE_DYNAMIC_CLASS(wxPopupWindow)
 };
 
 #endif // _WX_MSW_POPUPWIN_H_