Implement MakeConfigFileName

This commit is contained in:
Martin Koegler
2016-11-27 14:31:02 +01:00
committed by Vadim Zeitlin
parent 1bcb30f6d7
commit 8d5d00db9d
9 changed files with 46 additions and 39 deletions

View File

@@ -49,6 +49,7 @@ public:
#ifndef __VMS
virtual wxString GetUserDir(Dir userDir) const wxOVERRIDE;
#endif
virtual wxString MakeConfigFileName(const wxString& basename, int style) const wxOVERRIDE;
protected:
// Ctor is protected, use wxStandardPaths::Get() instead of instantiating