diff options
Diffstat (limited to 'common/array.h')
-rw-r--r-- | common/array.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/common/array.h b/common/array.h index ec4ea818d0..6493a9bda7 100644 --- a/common/array.h +++ b/common/array.h @@ -130,7 +130,7 @@ public: _capacity = 0; } - bool isEmpty() const { + bool empty() const { return (_size == 0); } |