summaryrefslogtreecommitdiff
path: root/src/networkPrefix.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/networkPrefix.h')
-rw-r--r--src/networkPrefix.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/networkPrefix.h b/src/networkPrefix.h
index 53ebf0c..5a0a69a 100644
--- a/src/networkPrefix.h
+++ b/src/networkPrefix.h
@@ -46,7 +46,7 @@ public:
NetworkPrefix(const NetworkAddress &, u_int8_t length);
NetworkPrefix(const NetworkPrefix &);
void setNetworkPrefixLength(u_int8_t length );
- u_int8_t getNetworkPrefixLength();
+ u_int8_t getNetworkPrefixLength() const;
bool operator<(const NetworkPrefix &s) const;
private: