mirror of
https://gitlab.isc.org/isc-projects/kea
synced 2025-08-31 14:05:33 +00:00
[1470] Correct declaration of getAdditive()
This commit is contained in:
@@ -97,7 +97,7 @@ public:
|
||||
}
|
||||
|
||||
/// \return Return additive flag.
|
||||
int getAdditive() const {
|
||||
bool getAdditive() const {
|
||||
return additive_;
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user