summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/wx/PopupMenuWx.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/wx/PopupMenuWx.h')
-rw-r--r--WebCore/platform/wx/PopupMenuWx.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/WebCore/platform/wx/PopupMenuWx.h b/WebCore/platform/wx/PopupMenuWx.h
index c2573fc..ad947a7 100644
--- a/WebCore/platform/wx/PopupMenuWx.h
+++ b/WebCore/platform/wx/PopupMenuWx.h
@@ -37,9 +37,10 @@ class wxMenu;
namespace WebCore {
class FrameView;
+class PopupMenuEventHandler;
class Scrollbar;
-class PopupMenuWx : public PopupMenu, public wxEvtHandler {
+class PopupMenuWx : public PopupMenu {
public:
PopupMenuWx(PopupMenuClient*);
~PopupMenuWx();
@@ -55,6 +56,7 @@ private:
PopupMenuClient* m_popupClient;
wxMenu* m_menu;
+ PopupMenuEventHandler* m_popupHandler;
};
}