projects
/
wxWidgets.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
Correct the name of the header for GTK+ < 2.14.
[wxWidgets.git]
/
src
/
common
/
fs_inet.cpp
diff --git
a/src/common/fs_inet.cpp
b/src/common/fs_inet.cpp
index 2ed1f2e8658a13ab8077e11ee32c5a322021230e..9339de6720dd1b00820f42313474a428658c7805 100644
(file)
--- a/
src/common/fs_inet.cpp
+++ b/
src/common/fs_inet.cpp
@@
-152,7
+152,7
@@
class wxFileSystemInternetModule : public wxModule
return true;
}
- virtual void OnExit()
+ virtual void OnExit()
{
delete wxFileSystem::RemoveHandler(m_handler);
}