]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/dialogs/fileinfo.hpp
Forgot to change the deletion function
[vlc] / modules / gui / wxwidgets / dialogs / fileinfo.hpp
index 76079d9d1849e9b68288094747bc66c94fdb3ffb..c847b2985cf8cd2f487befd1eba52dd2163c7966 100644 (file)
@@ -42,7 +42,6 @@ namespace wxvlc
         void Update();
 
         vlc_bool_t b_need_update;
-        bool b_stats;
 
     private:
         void OnButtonClose( wxCommandEvent& event );
@@ -59,6 +58,8 @@ namespace wxvlc
         InputStatsInfoPanel *stats_info;
 
         wxBoxSizer *panel_sizer;
+
+        bool b_stats;
     };
 };