]> git.sesse.net Git - vlc/commitdiff
* modules/gui/wxwidgets: small code cleanup.
authorGildas Bazin <gbazin@videolan.org>
Fri, 13 Oct 2006 19:16:24 +0000 (19:16 +0000)
committerGildas Bazin <gbazin@videolan.org>
Fri, 13 Oct 2006 19:16:24 +0000 (19:16 +0000)
modules/gui/wxwidgets/dialogs.cpp
modules/gui/wxwidgets/wxwidgets.hpp

index 6ec4145670b5c1e33de97ef0c2ef8e1c31ea6542..655aa061cdfb3b83754252ce624952a34e33780d 100644 (file)
 /* include the icon graphic */
 #include "../../../share/vlc32x32.xpm"
 
+
 /* Dialogs Provider */
+namespace wxvlc
+{
 class DialogsProvider: public wxFrame
 {
 public:
@@ -111,6 +114,7 @@ public:
     UpdateVLC           *p_updatevlc_dialog;
     VLMFrame            *p_vlm_dialog;
 };
+}
 
 DEFINE_LOCAL_EVENT_TYPE( wxEVT_DIALOG );
 
index 2b723023d06acbe5359a1886c72a7568088e153d..59c47862c165d56806b47d46f0456de7a60565f3 100644 (file)
@@ -163,10 +163,6 @@ namespace wxvlc {
 
 using namespace wxvlc;
 
-class DialogsProvider;
-class PrefsTreeCtrl;
-class AutoBuiltPanel;
-
 /*****************************************************************************
  * intf_sys_t: description and status of wxwindows interface
  *****************************************************************************/