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)