diff options
Diffstat (limited to 'indra/llfilesystem/lldir_win32.h')
| -rw-r--r-- | indra/llfilesystem/lldir_win32.h | 2 | 
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  | 
