summaryrefslogtreecommitdiff
path: root/Plugins/utils/ContactAsyncQueue.h
diff options
context:
space:
mode:
Diffstat (limited to 'Plugins/utils/ContactAsyncQueue.h')
-rw-r--r--Plugins/utils/ContactAsyncQueue.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/Plugins/utils/ContactAsyncQueue.h b/Plugins/utils/ContactAsyncQueue.h
index a19ba04..fe1032f 100644
--- a/Plugins/utils/ContactAsyncQueue.h
+++ b/Plugins/utils/ContactAsyncQueue.h
@@ -48,6 +48,8 @@ public:
ContactAsyncQueue(pfContactAsyncQueueCallback fContactAsyncQueueCallback, int initialSize = 10);
~ContactAsyncQueue();
+ void Finish();
+
inline int Size() const { return queue.getCount(); }
inline int Remove(int idx) { mir_free(queue[idx]); return queue.remove(idx); }
inline QueueItem* Get(int idx) const { return queue[idx]; }