Commit 9d3c7419 authored by Christophe Mutricy's avatar Christophe Mutricy

fileinfo.hpp: we need to use b_stats in Update()

parent b320d38a
......@@ -42,6 +42,7 @@ namespace wxvlc
void Update();
vlc_bool_t b_need_update;
bool b_stats;
private:
void OnButtonClose( wxCommandEvent& event );
......@@ -58,7 +59,6 @@ namespace wxvlc
InputStatsInfoPanel *stats_info;
wxBoxSizer *panel_sizer;
bool b_stats;
};
};
......
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