Browse Source

[1470] Correct declaration of getAdditive()

Stephen Morris 13 years ago
parent
commit
c066e58bd5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/log/logger_specification.h

+ 1 - 1
src/lib/log/logger_specification.h

@@ -97,7 +97,7 @@ public:
     }
 
     /// \return Return additive flag.
-    int getAdditive() const {
+    bool getAdditive() const {
         return additive_;
     }