From 9d277f1d10c1b2f929711795c85dc4ff7c3d8d3b Mon Sep 17 00:00:00 2001 From: Tiger Wang Date: Tue, 14 Jul 2020 17:57:30 +0100 Subject: cWorld * -> cWorld (#4771) * cWorld * -> cWorld --- src/ChunkGeneratorThread.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ChunkGeneratorThread.h') diff --git a/src/ChunkGeneratorThread.h b/src/ChunkGeneratorThread.h index f7a4b3da3..7d47549d3 100644 --- a/src/ChunkGeneratorThread.h +++ b/src/ChunkGeneratorThread.h @@ -93,7 +93,7 @@ public: void WaitForQueueEmpty(); - int GetQueueLength() const; + size_t GetQueueLength() const; int GetSeed() const; -- cgit v1.2.3