MakeConfigFileName() is declared as a pure virtual function in the base class wxStandardPathsBase and has to be implemented in the derived class wxStandardPaths. This fixes compilation when wxUSE_STDPATHS==0.
MakeConfigFileName() is declared as a pure virtual function in the base class wxStandardPathsBase and has to be implemented in the derived class wxStandardPaths. This fixes compilation when wxUSE_STDPATHS==0.