Commit 51501a62 authored by Rémi Denis-Courmont's avatar Rémi Denis-Courmont

Fix G++ 4.1 compilation problem

reported by Diego 'Flameeyes' Pettenò
parent 303794bc
......@@ -66,9 +66,9 @@ public:
void Clear();
private:
wxMenu *Menu::CreateDummyMenu();
void Menu::CreateMenuItem( wxMenu *, char *, vlc_object_t * );
wxMenu *Menu::CreateChoicesMenu( char *, vlc_object_t *, bool );
wxMenu *CreateDummyMenu();
void CreateMenuItem( wxMenu *, char *, vlc_object_t * );
wxMenu *CreateChoicesMenu( char *, vlc_object_t *, bool );
DECLARE_EVENT_TABLE();
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment