From 8fa0ec3cb331c2127da8d7354b4767f2cc923c36 Mon Sep 17 00:00:00 2001 From: =?utf8?q?R=C3=A9mi=20Denis-Courmont?= Date: Sat, 20 Feb 2010 14:08:44 +0200 Subject: [PATCH] Mozilla: untested compile fix --- projects/mozilla/vlcplugin.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/projects/mozilla/vlcplugin.h b/projects/mozilla/vlcplugin.h index bb32917aa8..3e85840dea 100644 --- a/projects/mozilla/vlcplugin.h +++ b/projects/mozilla/vlcplugin.h @@ -107,7 +107,7 @@ public: } }; -typedef bitmap eventtypes_bitmap_t; +typedef bitmap eventtypes_bitmap_t; class EventObj: private eventtypes_bitmap_t -- 2.39.5