From e91a1198a05121280bcbd0918080b299e093d970 Mon Sep 17 00:00:00 2001 From: Mathieu Lacage Date: Wed, 1 Aug 2007 09:14:31 +0200 Subject: [PATCH] fix build: missing const --- src/node/address.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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. */