diff --git a/include/wx/stdpaths.h b/include/wx/stdpaths.h index 106790f7d5..dba20f0284 100644 --- a/include/wx/stdpaths.h +++ b/include/wx/stdpaths.h @@ -14,7 +14,12 @@ #include "wx/string.h" +#if defined(__WXMAC__) +class WXDLLIMPEXP_BASE wxStandardPathsCF; +#define wxStandardPaths wxStandardPathsCF +#else class WXDLLIMPEXP_BASE wxStandardPaths; +#endif // ---------------------------------------------------------------------------- // wxStandardPaths returns the standard locations in the file system