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
{
public:
ConfigControl( vlc_object_t *, module_config_t *, wxWindow * );
~ConfigControl();
virtual ~ConfigControl();
wxSizer *Sizer();
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