From: Christophe Mutricy Date: Sat, 4 Mar 2006 18:36:29 +0000 (+0000) Subject: fileinfo.hpp: we need to use b_stats in Update() X-Git-Tag: 0.9.0-test0~12045 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=9d3c74196326f8f81dbb8929bd7b58903c75011c;p=vlc fileinfo.hpp: we need to use b_stats in Update() --- diff --git a/modules/gui/wxwidgets/dialogs/fileinfo.hpp b/modules/gui/wxwidgets/dialogs/fileinfo.hpp index 06a2bf3447..76079d9d18 100644 --- a/modules/gui/wxwidgets/dialogs/fileinfo.hpp +++ b/modules/gui/wxwidgets/dialogs/fileinfo.hpp @@ -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; }; };