X-Git-Url: https://git.sesse.net/?a=blobdiff_plain;f=modules%2Fgui%2Fbeos%2FInterfaceWindow.h;h=ce4219e995ff30797284a960b3887b0d8193fdae;hb=6ee1e193fd896ab9a4729fde14f009d9ce629815;hp=113449531609c3826151b3db9be798915bce1a2f;hpb=3305b049e7f587b23359a1c9047fb5763d19c1dc;p=vlc diff --git a/modules/gui/beos/InterfaceWindow.h b/modules/gui/beos/InterfaceWindow.h index 1134495316..ce4219e995 100644 --- a/modules/gui/beos/InterfaceWindow.h +++ b/modules/gui/beos/InterfaceWindow.h @@ -107,11 +107,11 @@ class InterfaceWindow : public BWindow void UpdatePlaylist(); bool IsStopped() const; - + MediaControlView* p_mediaControl; MessagesWindow* fMessagesWindow; - private: + private: void _SetMenusEnabled( bool hasFile, bool hasChapters = false, bool hasTitles = false ); @@ -129,7 +129,7 @@ class InterfaceWindow : public BWindow BFilePanel* fFilePanel; #if 0 - PlayListWindow* fPlaylistWindow; + PlayListWindow* fPlaylistWindow; #endif PreferencesWindow* fPreferencesWindow; BMenuBar* fMenuBar;