summaryrefslogtreecommitdiff
path: root/indra/newview/llfilepicker.h
diff options
context:
space:
mode:
authorTofu Linden <tofu.linden@lindenlab.com>2010-01-26 17:35:25 -0800
committerTofu Linden <tofu.linden@lindenlab.com>2010-01-26 17:35:25 -0800
commit7ed71ecf71e275fd8b36f88d0ad9826a56a0ef3d (patch)
treecc5c47a81c277ce1aca76f7010207b861d17fbe9 /indra/newview/llfilepicker.h
parent03dbeb6f4da302f4c5f118c4d848b744495a7445 (diff)
CID-399
Checker: UNINIT_CTOR Function: LLFilePicker::LLFilePicker() File: /indra/newview/llfilepicker.cpp
Diffstat (limited to 'indra/newview/llfilepicker.h')
-rw-r--r--indra/newview/llfilepicker.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/indra/newview/llfilepicker.h b/indra/newview/llfilepicker.h
index 7ecbc3db60..4f254ff67e 100644
--- a/indra/newview/llfilepicker.h
+++ b/indra/newview/llfilepicker.h
@@ -176,8 +176,7 @@ private:
std::vector<std::string> mFiles;
S32 mCurrentFile;
- BOOL mLocked;
- BOOL mMultiFile;
+ bool mLocked;
static LLFilePicker sInstance;