diff options
Diffstat (limited to 'WebCore/platform/PlatformMenuDescription.h')
-rw-r--r-- | WebCore/platform/PlatformMenuDescription.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/WebCore/platform/PlatformMenuDescription.h b/WebCore/platform/PlatformMenuDescription.h index 8d428fc..ab71710 100644 --- a/WebCore/platform/PlatformMenuDescription.h +++ b/WebCore/platform/PlatformMenuDescription.h @@ -58,6 +58,8 @@ namespace WebCore { typedef void* PlatformMenuDescription; #elif PLATFORM(WX) typedef wxMenu* PlatformMenuDescription; +#else + typedef void* PlatformMenuDescription; #endif } // namespace |