summaryrefslogtreecommitdiffstats
path: root/WebCore/platform/ContextMenuItem.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/platform/ContextMenuItem.h')
-rw-r--r--WebCore/platform/ContextMenuItem.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/WebCore/platform/ContextMenuItem.h b/WebCore/platform/ContextMenuItem.h
index 3a4cdfa..d6ab519 100644
--- a/WebCore/platform/ContextMenuItem.h
+++ b/WebCore/platform/ContextMenuItem.h
@@ -46,6 +46,8 @@ typedef struct _GtkMenuItem GtkMenuItem;
#include <QAction>
#elif PLATFORM(WX)
class wxMenuItem;
+#elif PLATFORM(HAIKU)
+class BMenuItem;
#endif
namespace WebCore {
@@ -204,6 +206,8 @@ namespace WebCore {
bool checked;
bool enabled;
};
+#elif PLATFORM(HAIKU)
+ typedef BMenuItem* PlatformMenuItemDescription;
#else
typedef void* PlatformMenuItemDescription;
#endif