From ca3c860f738abe33fa2c0e5632026577409e34a6 Mon Sep 17 00:00:00 2001
From: Antoine Cellerier <dionoea@videolan.org>
Date: Thu, 2 Feb 2006 19:00:08 +0000
Subject: [PATCH] lets hope that this fixes the win32 build

---
 modules/gui/wxwidgets/dialogs/updatevlc.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/modules/gui/wxwidgets/dialogs/updatevlc.cpp b/modules/gui/wxwidgets/dialogs/updatevlc.cpp
index 1ff58c48f2..bf5489697c 100644
--- a/modules/gui/wxwidgets/dialogs/updatevlc.cpp
+++ b/modules/gui/wxwidgets/dialogs/updatevlc.cpp
@@ -176,7 +176,7 @@ class DownloadThread : public wxThread
     {
             Create();
             Run();
-    }
+    };
     ExitCode Entry()
     {
         update_download( p_uit, psz_dest );
-- 
2.25.4