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