]> git.saurik.com Git - wxWidgets.git/blobdiff - src/common/fs_inet.cpp
wxMessageBox off the main thread lost result code.
[wxWidgets.git] / src / common / fs_inet.cpp
index 2ed1f2e8658a13ab8077e11ee32c5a322021230e..6a9a4793018b7d3c5c4c1533f8b3299d43c31ed5 100644 (file)
@@ -3,7 +3,6 @@
 // Purpose:     HTTP and FTP file system
 // Author:      Vaclav Slavik
 // Copyright:   (c) 1999 Vaclav Slavik
-// RCS-ID:      $Id$
 // Licence:     wxWindows licence
 /////////////////////////////////////////////////////////////////////////////
 
@@ -152,7 +151,7 @@ class wxFileSystemInternetModule : public wxModule
             return true;
         }
 
-        virtual void OnExit() 
+        virtual void OnExit()
         {
             delete wxFileSystem::RemoveHandler(m_handler);
         }