]> git.saurik.com Git - wxWidgets.git/blobdiff - src/mac/corefoundation/utilsexc_cf.cpp
Added missing newline for Windows debug output
[wxWidgets.git] / src / mac / corefoundation / utilsexc_cf.cpp
index 353263ab9204a8062722dcabcb8936e9584371ef..a3f55509be1dde3fc16858684ce59d9e9af47283 100644 (file)
@@ -16,6 +16,8 @@
     #include "wx/utils.h"
 #endif //ndef WX_PRECOMP
 #include "wx/unix/execute.h"
+#include "wx/stdpaths.h"
+#include "wx/apptrait.h"
 
 #include <CoreFoundation/CFMachPort.h>
 #include <sys/wait.h>
@@ -109,3 +111,11 @@ int wxAddProcessCallbackForPid(wxEndProcessData *proc_data, int pid)
     return 0;
 }
 
+// NOTE: This doens't really belong here but this was a handy file to
+// put it in because it's already compiled for wxCocoa and wxMac GUI lib.
+static wxStandardPathsCF gs_stdPaths;
+wxStandardPathsBase& wxGUIAppTraits::GetStandardPaths()
+{
+    return gs_stdPaths;
+}
+