]> 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 cd146821da27db42170851ebe1c37a5f85fa16df..c847b2985cf8cd2f487befd1eba52dd2163c7966 100644 (file)
@@ -30,7 +30,8 @@
 
 namespace wxvlc
 {
-    class ItemInfoPanel;
+    class MetaDataPanel;
+    class AdvancedInfoPanel;
     class InputStatsInfoPanel;
     class FileInfo: public wxFrame
     {
@@ -52,8 +53,13 @@ namespace wxvlc
 
         mtime_t last_update;
 
-        ItemInfoPanel *item_info;
+        MetaDataPanel *item_info;
+        AdvancedInfoPanel *advanced_info;
         InputStatsInfoPanel *stats_info;
+
+        wxBoxSizer *panel_sizer;
+
+        bool b_stats;
     };
 };