From 6885562629f171c7142435ca81cad5774c590c84 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Tue, 25 Jul 2006 18:48:52 +0000 Subject: [PATCH] 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 --- include/wx/filefn.h | 3 --- 1 file changed, 3 deletions(-) diff --git a/include/wx/filefn.h b/include/wx/filefn.h index 0db4c1e6bb..0f3d25f388 100644 --- 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); -- 2.50.0