summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldir_win32.h
diff options
context:
space:
mode:
authorRye <rye@lindenlab.com>2025-02-11 05:02:45 -0500
committerRye <rye@lindenlab.com>2025-02-11 05:55:37 -0500
commit179b29252d8bb28e11686a1852c8e8ffcd98ecc0 (patch)
treed805c1794f15b4c67aae69fef77941e1257d87b6 /indra/llfilesystem/lldir_win32.h
parent9b060f7fccfed39a7c24dafaa4c66da0cfc4984d (diff)
Rework windows to use zc:wchar_t for better c++ conformance and compatibility with modern libraries
Diffstat (limited to 'indra/llfilesystem/lldir_win32.h')
-rw-r--r--indra/llfilesystem/lldir_win32.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llfilesystem/lldir_win32.h b/indra/llfilesystem/lldir_win32.h
index ab2726f1a0..21a3f1213b 100644
--- a/indra/llfilesystem/lldir_win32.h
+++ b/indra/llfilesystem/lldir_win32.h
@@ -51,7 +51,7 @@ public:
private:
void* mDirSearch_h{ nullptr };
- llutf16string mCurrentDir;
+ std::wstring mCurrentDir;
};
#endif // LL_LLDIR_WIN32_H