]> git.stg.codes - stg.git/blobdiff - projects/stargazer/settings_impl.h
Various fixes of issues reported by static analyzers.
[stg.git] / projects / stargazer / settings_impl.h
index cc35393b2d18fab8d21cc705f3d1687fa031f43c..9bcce5b0f30bed2dbb9a259d6fa061202c06b40e 100644 (file)
 #ifndef SETTINGS_IMPL_H
 #define SETTINGS_IMPL_H
 
-#include <string>
-#include <vector>
-
 #include "stg/settings.h"
 #include "stg/common.h"
 #include "stg/module_settings.h"
 
+#include <string>
+#include <vector>
+
 //-----------------------------------------------------------------------------
 enum DETAIL_STAT_PERIOD {
 dsPeriod_1,
@@ -57,7 +57,7 @@ class DOTCONFDocumentNode;
 //-----------------------------------------------------------------------------
 class SETTINGS_IMPL : public SETTINGS {
 public:
-    SETTINGS_IMPL(const std::string &);
+    explicit SETTINGS_IMPL(const std::string &);
     SETTINGS_IMPL(const SETTINGS_IMPL &);
     virtual ~SETTINGS_IMPL() {}
     SETTINGS_IMPL & operator=(const SETTINGS_IMPL &);