From: RĂ©mi Denis-Courmont Date: Sat, 20 Feb 2010 12:08:44 +0000 (+0200) Subject: Mozilla: untested compile fix X-Git-Tag: 1.1.0-pre1~821 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=8fa0ec3cb331c2127da8d7354b4767f2cc923c36;p=vlc Mozilla: untested compile fix --- 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