return wxStandardPaths, not wxStandardPathsBase, from wxStandardPathsBase::Get() to allow calling platform-specific methods on it if necessary
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@60935 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
@@ -51,7 +51,7 @@ public:
|
||||
/**
|
||||
Returns reference to the unique global standard paths object.
|
||||
*/
|
||||
static wxStandardPathsBase& Get();
|
||||
static wxStandardPaths& Get();
|
||||
|
||||
/**
|
||||
Return the directory for the document files used by this application.
|
||||
|
Reference in New Issue
Block a user