diff options
author | Ansariel <ansariel.hiller@phoenixviewer.com> | 2024-02-17 00:51:13 +0100 |
---|---|---|
committer | Andrey Lihatskiy <alihatskiy@productengine.com> | 2024-02-17 20:45:34 +0200 |
commit | 088f2f4f6545ebc2ee01945938a40ae5c87ad27a (patch) | |
tree | d5638d04461f3a549f398ead86076069bced9ff9 /indra/llfilesystem/lldir_win32.h | |
parent | 17cb28ec2b4f290f7492eb9c765be114b0cd435f (diff) |
More BOOL to bool replacements primarily in llappearance and llxml
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 450efaf9da..fa6d5fd320 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; }; |