Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
ISC Open Source Projects
Kea
Commits
94df4009
Commit
94df4009
authored
Aug 08, 2014
by
Tomek Mrugalski
🛰
Browse files
[3427] getVerbose() is now const
parent
e677e7c7
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/lib/dhcpsrv/daemon.h
View file @
94df4009
...
...
@@ -147,7 +147,7 @@ public:
/// @brief Returns if running in verbose mode
///
/// @return verbose mode
bool
getVerbose
()
{
bool
getVerbose
()
const
{
return
(
verbose_
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment