don't make wxPathList dtor virtual, this is unneeded and results in gcc warning
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40332 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
32cd189dfc
commit
6885562629
@ -602,9 +602,6 @@ public:
|
|||||||
wxPathList(const wxArrayString &arr)
|
wxPathList(const wxArrayString &arr)
|
||||||
{ Add(arr); }
|
{ Add(arr); }
|
||||||
|
|
||||||
// avoid GCC warning about virtual functions w/o virtual dtor
|
|
||||||
virtual ~wxPathList() {}
|
|
||||||
|
|
||||||
// Adds all paths in environment variable
|
// Adds all paths in environment variable
|
||||||
void AddEnvList(const wxString& envVariable);
|
void AddEnvList(const wxString& envVariable);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user