diff options
Diffstat (limited to 'networkPrefix.h')
-rw-r--r-- | networkPrefix.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/networkPrefix.h b/networkPrefix.h index fac1b08..c8211ea 100644 --- a/networkPrefix.h +++ b/networkPrefix.h @@ -42,7 +42,7 @@ class NetworkPrefix : public NetworkAddress { public: NetworkPrefix(); - NetworkPrefix(const NetworkAddress &); + NetworkPrefix(const NetworkAddress &, uint8_t length); NetworkPrefix(const NetworkPrefix &); void setNetworkPrefixLength(uint8_t length ); uint8_t getNetworkPrefixLength(); |