Remove warnings
[anna.git] / include / anna / core / util / Variable.hpp
index 52e7f34..3db7df1 100644 (file)
@@ -458,6 +458,10 @@ protected:
 
 private:
   std::string a_name;
+  bool a_isNull;
+  const Type::_v a_type;
+  const bool a_isOwner;
+
   union {
     std::string* a_string;
     int* a_integer;
@@ -475,9 +479,6 @@ private:
     float theFloat;
     double theDouble;
   } a_aux;
-  const Type::_v a_type;
-  const bool a_isOwner;
-  bool a_isNull;
 
   Variable(const Variable&);
   Variable& operator = (const Variable&);