Add wxXmlResourceHandler::GetFilePath()

The function already implemented in wxXmlResourceHandlerImpl. Just make it
accessible from wxXmlResourceHandler.
This commit is contained in:
Ilya Sinitsyn
2020-06-09 21:30:59 +07:00
parent de2fba540b
commit cc5fb63bf7
2 changed files with 6 additions and 1 deletions

View File

@@ -603,7 +603,7 @@ public:
// Gets a file path from the given node, expanding environment variables in
// it if wxXRC_USE_ENVVARS is in use.
wxString GetFilePath(const wxXmlNode* node);
wxString GetFilePath(const wxXmlNode* node) wxOVERRIDE;
// Returns the window associated with the handler (may be NULL).
wxWindow* GetParentAsWindow() const { return m_handler->GetParentAsWindow(); }