commit | 799122595ec9e88ff4a11fbcbd2325facf958aa0 | [log] [tgz] |
---|---|---|
author | Eli Friedman <eli.friedman@gmail.com> | Fri Jul 09 23:04:08 2010 +0000 |
committer | Eli Friedman <eli.friedman@gmail.com> | Fri Jul 09 23:04:08 2010 +0000 |
tree | 5d633966966f240076448eb946ec7184734b376c | |
parent | 0a164a1664bce107a4049b838485863320c8292a [diff] [blame] |
A few more misc warning fixes. git-svn-id: https://llvm.org/svn/llvm-project/llvdb/trunk@108030 91177308-0d34-0410-b5e6-96231b3b80d8
diff --git a/source/Interpreter/StateVariable.cpp b/source/Interpreter/StateVariable.cpp index 3f3c3fd..ae84e1b 100644 --- a/source/Interpreter/StateVariable.cpp +++ b/source/Interpreter/StateVariable.cpp
@@ -81,8 +81,8 @@ ) : m_name (name), m_type (eTypeStringArray), - m_help_text (help), m_string_values(), + m_help_text (help), m_verification_func_ptr (func_ptr) { if (args)