Commit f0b4c96f authored by Rémi Duraffort's avatar Rémi Duraffort

Evenif we don't care of WxWidget, fix #2365.

parent 878d94af
...@@ -28,7 +28,7 @@ class ConfigControl: public wxPanel ...@@ -28,7 +28,7 @@ class ConfigControl: public wxPanel
{ {
public: public:
ConfigControl( vlc_object_t *, module_config_t *, wxWindow * ); ConfigControl( vlc_object_t *, module_config_t *, wxWindow * );
~ConfigControl(); virtual ~ConfigControl();
wxSizer *Sizer(); wxSizer *Sizer();
virtual int GetIntValue() {return 0;} virtual int GetIntValue() {return 0;}
......
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