]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/smux/tables.h
Various fixes of issues reported by static analyzers.
[stg.git] / projects / stargazer / plugins / other / smux / tables.h
index ea0bc627b67261b7df4959ed66e702684066e318..a1f97f673fccb8ef8f57568da8adf75b62e1af48 100644 (file)
@@ -11,7 +11,7 @@ class USERS;
 
 class TableSensor {
     public:
-        TableSensor(const std::string & p) : prefix(p) {}
+        explicit TableSensor(const std::string & p) : prefix(p) {}
         virtual ~TableSensor() {}
 
         const std::string & GetPrefix() const { return prefix; }