diff options
| author | Kitty Barnett <develop@catznip.com> | 2023-02-08 14:56:38 +0100 |
|---|---|---|
| committer | Kitty Barnett <develop@catznip.com> | 2023-02-08 14:56:38 +0100 |
| commit | 7b563470fbade848d7eeb52d5088f3ca9b9c6905 (patch) | |
| tree | dc3faed194d6ce8cc8d5b18175dfad17a1490cd8 /indra/llfilesystem/lldir_utils_objc.h | |
| parent | f3cd329b585ef55a66f2a824f010d1a54d67d8d2 (diff) | |
| parent | 8d21d29bd7fa038db632ff90fb0e1207d0713ca2 (diff) | |
Merge branch 'main' into xcode-14.1
Diffstat (limited to 'indra/llfilesystem/lldir_utils_objc.h')
| -rw-r--r-- | indra/llfilesystem/lldir_utils_objc.h | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/llfilesystem/lldir_utils_objc.h b/indra/llfilesystem/lldir_utils_objc.h index 12019c4284..59dbeb4aec 100644 --- a/indra/llfilesystem/lldir_utils_objc.h +++ b/indra/llfilesystem/lldir_utils_objc.h @@ -33,11 +33,11 @@ #include <iostream> -std::string* getSystemTempFolder(); -std::string* getSystemCacheFolder(); -std::string* getSystemApplicationSupportFolder(); -std::string* getSystemResourceFolder(); -std::string* getSystemExecutableFolder(); +std::string getSystemTempFolder(); +std::string getSystemCacheFolder(); +std::string getSystemApplicationSupportFolder(); +std::string getSystemResourceFolder(); +std::string getSystemExecutableFolder(); #endif // LL_LLDIR_UTILS_OBJC_H |
