X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/96d7cc9be3af46756935c35c60de422969a9152e..5886ce0247d3797007a6798da4af69c4cfe9926e:/interface/apptrait.h diff --git a/interface/apptrait.h b/interface/apptrait.h index 6089c80cff..0522911b07 100644 --- a/interface/apptrait.h +++ b/interface/apptrait.h @@ -43,7 +43,10 @@ public: virtual wxFontMapper* CreateFontMapper(); /** - Creates the default log target for the application. + Creates a wxLog class for the application to use for logging errors. + The default implementation returns a new wxLogGui class. + + @see wxLog */ virtual wxLog* CreateLogTarget(); @@ -76,7 +79,7 @@ public: It's normally the same for wxBase and wxGUI except in the case of wxMac and wxCocoa. */ - virtual wxStandardPaths GetStandardPaths(); + virtual wxStandardPaths& GetStandardPaths(); /** Returns the wxWidgets port ID used by the running program and eventually