diff options
author | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-11-02 18:50:18 +0200 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2022-11-02 18:50:18 +0200 |
commit | 67ce0e77d786b21c40e12b242e4646cfe6915e26 (patch) | |
tree | 5d02b1c7c14bdb4785c11c6979133c0c17cb88b1 /indra/llfilesystem/lldir_utils_objc.h | |
parent | 21079869fce41940316e8a76719597d0dca0e17c (diff) | |
parent | 0c36fed11056511872afae14a39a88f5e46be0fc (diff) |
Merge remote-tracking branch 'RyeMutt/viewer/mac-fixes' into DRTVWR-570-maint-Q
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 |