fix build: missing const
authorMathieu Lacage <mathieu.lacage@sophia.inria.fr>
Wed, 01 Aug 2007 09:14:31 +0200
changeset 1189 b4925f17391d
parent 1188 34386185bc1f
child 1190 ee1f9e701753
fix build: missing const
src/node/address.h
--- a/src/node/address.h	Wed Aug 01 09:02:03 2007 +0200
+++ b/src/node/address.h	Wed Aug 01 09:14:31 2007 +0200
@@ -93,7 +93,7 @@
    * through the default constructor and it was never
    * re-initialized.
    */
-  bool IsInvalid (void);
+  bool IsInvalid (void) const;
   /**
    * \returns the length of the underlying address.
    */