]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/popupwin.h
wxHTML fixes
[wxWidgets.git] / include / wx / popupwin.h
index f4c0521e4942ccbcba5721690399f3383f1b9aaf..4c00cc1ed99684412d97ce6e29f466a48fe49c39 100644 (file)
@@ -50,6 +50,8 @@ public:
 // include the real class declaration
 #ifdef __WXMSW__
     #include "wx/msw/popupwin.h"
+#elif __WXGTK__
+    #include "wx/gtk/popupwin.h"
 #else
     #error "wxPopupWindow is not supported under this platform."
 #endif