X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/69cce151786fff258571659c6c5ef1b50a64ec58..cc4d5638c66a409e421420ed7110917755a66788:/src/common/fs_inet.cpp diff --git a/src/common/fs_inet.cpp b/src/common/fs_inet.cpp index 835cf15a7e..6a9a479301 100644 --- a/src/common/fs_inet.cpp +++ b/src/common/fs_inet.cpp @@ -3,7 +3,6 @@ // Purpose: HTTP and FTP file system // Author: Vaclav Slavik // Copyright: (c) 1999 Vaclav Slavik -// RCS-ID: $Id$ // Licence: wxWindows licence ///////////////////////////////////////////////////////////////////////////// @@ -129,7 +128,7 @@ wxFSFile* wxInternetFSHandler::OpenFile(wxFileSystem& WXUNUSED(fs), } } - return (wxFSFile*) NULL; // incorrect URL + return NULL; // incorrect URL #endif } @@ -152,7 +151,7 @@ class wxFileSystemInternetModule : public wxModule return true; } - virtual void OnExit() + virtual void OnExit() { delete wxFileSystem::RemoveHandler(m_handler); }