Browse Source

[3427] getVerbose() is now const

Tomek Mrugalski 10 years ago
parent
commit
94df400984
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/lib/dhcpsrv/daemon.h

+ 1 - 1
src/lib/dhcpsrv/daemon.h

@@ -147,7 +147,7 @@ public:
     /// @brief Returns if running in verbose mode
     ///
     /// @return verbose mode
-    bool getVerbose() {
+    bool getVerbose() const {
         return (verbose_);
     }