summaryrefslogtreecommitdiff
path: root/indra/llfilesystem/lldir_win32.h
diff options
context:
space:
mode:
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 2830364f15..ab2726f1a0 100644
--- a/indra/llfilesystem/lldir_win32.h
+++ b/indra/llfilesystem/lldir_win32.h
@@ -50,7 +50,7 @@ public:
/*virtual*/ std::string getLLPluginFilename(std::string base_name);
private:
- void* mDirSearch_h;
+ void* mDirSearch_h{ nullptr };
llutf16string mCurrentDir;
};