fix build: missing const

This commit is contained in:
Mathieu Lacage
2007-08-01 09:14:31 +02:00
parent b835a6b564
commit e91a1198a0

View File

@@ -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.
*/