diff options
Diffstat (limited to 'common/map.h')
-rw-r--r-- | common/map.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/map.h b/common/map.h index 091e646eef..25cb94fb9a 100644 --- a/common/map.h +++ b/common/map.h @@ -150,7 +150,7 @@ public: _root = 0; } - bool isEmpty() const { + bool empty() const { return (_root == 0); } |