Remove warnings
[anna.git] / include / anna / app / Application.hpp
index 8642937..e4754cf 100644 (file)
@@ -274,12 +274,12 @@ protected:
   static pid_t pid(const_pid_iterator& ii) throw() { return *ii; }
 
 private:
-  bool a_running;
-  std::string a_version;
   const std::string a_title;
   std::vector <Component*> a_components;
   pid_t a_pid;
   const char* a_shortName;
+  bool a_running;
+  std::string a_version;
   bool a_enableGPL;
   pid_container a_pids;