diff --git a/src/node/address.h b/src/node/address.h index 7d234fd72..25bb282fe 100644 --- a/src/node/address.h +++ b/src/node/address.h @@ -93,7 +93,7 @@ public: * through the default constructor and it was never * re-initialized. */ - bool IsInvalid (void); + bool IsInvalid (void) const; /** * \returns the length of the underlying address. */