]> git.sesse.net Git - vlc/commitdiff
lets hope that this fixes the win32 build
authorAntoine Cellerier <dionoea@videolan.org>
Thu, 2 Feb 2006 19:00:08 +0000 (19:00 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Thu, 2 Feb 2006 19:00:08 +0000 (19:00 +0000)
modules/gui/wxwidgets/dialogs/updatevlc.cpp

index 1ff58c48f2dbe6b5ef3df4ebac2a438dd091b4e1..bf5489697c23e68557e71274d35535d05c52b4f0 100644 (file)
@@ -176,7 +176,7 @@ class DownloadThread : public wxThread
     {
             Create();
             Run();
-    }
+    };
     ExitCode Entry()
     {
         update_download( p_uit, psz_dest );