removed duplicate definitiion

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@27054 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2004-05-02 03:23:54 +00:00
parent 450d55a035
commit 7ef67bb9b2

View File

@ -511,7 +511,6 @@ public:
// retrieve the file system used by the wxHtmlWinParser: if you use
// relative paths in your HTML, you should use its ChangePathTo() method
wxFileSystem& GetFileSystem();
const wxFileSystem& GetFileSystem();
};