projects
/
wxWidgets.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
32cd189
)
don't make wxPathList dtor virtual, this is unneeded and results in gcc warning
author
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 25 Jul 2006 18:48:52 +0000
(18:48 +0000)
committer
Vadim Zeitlin
<vadim@wxwidgets.org>
Tue, 25 Jul 2006 18:48:52 +0000
(18:48 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40332
c3d73ce0
-8a6f-49c7-b76d-
6d57e0e08775
include/wx/filefn.h
patch
|
blob
|
blame
|
history
diff --git
a/include/wx/filefn.h
b/include/wx/filefn.h
index 0db4c1e6bb834ece66b131977e95e7c04017e0c6..0f3d25f3889de49c07b4450c920c9d39dc93b87e 100644
(file)
--- a/
include/wx/filefn.h
+++ b/
include/wx/filefn.h
@@
-602,9
+602,6
@@
public:
wxPathList(const wxArrayString &arr)
{ Add(arr); }
- // avoid GCC warning about virtual functions w/o virtual dtor
- virtual ~wxPathList() {}
-
// Adds all paths in environment variable
void AddEnvList(const wxString& envVariable);