diff --git a/src/apps/haikudepot/List.h b/src/apps/haikudepot/List.h index 804d7769e3..bf31048b9f 100644 --- a/src/apps/haikudepot/List.h +++ b/src/apps/haikudepot/List.h @@ -99,6 +99,11 @@ public: { _Resize(0); } + + inline bool IsEmpty() const + { + return fCount == 0; + } inline int32 CountItems() const {