X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/ffecfa5aeb540b54914739dbb8603edbbd4c00a0..6305fabeeb14bf9fb020d096c5944ffb1b2ae4dc:/include/wx/apptrait.h 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 // ------------------------------------------------------------------------