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: ...@@ -66,9 +66,9 @@ public:
void Clear(); void Clear();
private: private:
wxMenu *Menu::CreateDummyMenu(); wxMenu *CreateDummyMenu();
void Menu::CreateMenuItem( wxMenu *, char *, vlc_object_t * ); void CreateMenuItem( wxMenu *, char *, vlc_object_t * );
wxMenu *Menu::CreateChoicesMenu( char *, vlc_object_t *, bool ); wxMenu *CreateChoicesMenu( char *, vlc_object_t *, bool );
DECLARE_EVENT_TABLE(); 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