X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/b7a2ebe671dd2243a1f63e61e9dcda19b691e9b7..fc480dc16bcaec2c295b227e0a4b6daf2776d129:/include/wx/apptrait.h?ds=sidebyside diff --git a/include/wx/apptrait.h b/include/wx/apptrait.h index c36ffd1546..e9f9accdac 100644 --- a/include/wx/apptrait.h +++ b/include/wx/apptrait.h @@ -49,6 +49,8 @@ struct WXDLLIMPEXP_BASE wxToolkitInfo // wxAppTraits: this class defines various configurable aspects of wxApp // ---------------------------------------------------------------------------- +class WXDLLIMPEXP_BASE wxStandardPathsBase; + class WXDLLIMPEXP_BASE wxAppTraitsBase { public: @@ -75,6 +77,9 @@ public: // NB: returned pointer will be deleted by the caller virtual wxRendererNative *CreateRenderer() = 0; + // wxStandardPaths object is normally the same for wxBase and wxGUI + // except in the case of wxMac and wxCocoa + virtual wxStandardPathsBase& GetStandardPaths(); // functions abstracting differences between GUI and console modes // ------------------------------------------------------------------------