]> git.sesse.net Git - vlc/blobdiff - modules/gui/wxwidgets/extrapanel.hpp
Removes trailing spaces. Removes tabs.
[vlc] / modules / gui / wxwidgets / extrapanel.hpp
index 96fd04bd22123e8a0b0d236010b06294f97f4d96..8fa1386502b1ba94e75e1484ff6141521b88397d 100644 (file)
@@ -2,9 +2,9 @@
  * extrapanel.hpp: Headers for the extra panel window
  *****************************************************************************
  * Copyright (C) 1999-2005 the VideoLAN team
- * $Id: wxwidgets.h 12670 2005-09-25 11:16:31Z zorglub $
+ * $Id$
  *
- * Authors: Clément Stenac <zorglub@videolan.org>
+ * Authors: Clément Stenac <zorglub@videolan.org>
  *
  * This program is free software; you can redistribute it and/or modify
  * it under the terms of the GNU General Public License as published by
  *
  * You should have received a copy of the GNU General Public License
  * along with this program; if not, write to the Free Software
- * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA  02111, USA.
+ * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston MA 02110-1301, USA.
  *****************************************************************************/
 
 #ifndef _WXVLC_EXTRAPANEL_H_
 #define _WXVLC_EXTRAPANEL_H_
 
 #include "wxwidgets.hpp"
-
+#include <wx/notebook.h>
 
 namespace wxvlc
 {
@@ -58,7 +58,7 @@ namespace wxvlc
         wxPanel *EqzPanel( wxWindow * );
         wxPanel *AudioPanel( wxWindow * );
         wxNotebook *notebook;
-    
         /* Equalizer */
         wxCheckBox *eq_chkbox;
         wxCheckBox *eq_2p_chkbox;
@@ -71,7 +71,7 @@ namespace wxvlc
         wxSlider *band_sliders[10];
         wxStaticText *band_texts[10];
         int i_values[10];
-    
         void OnEnableEqualizer( wxCommandEvent& );
         void OnRestoreDefaults( wxCommandEvent& );
         void OnChangeEqualizer( wxScrollEvent& );