diff options
Diffstat (limited to '')
-rw-r--r-- | src/ChunkGeneratorThread.h | 2 |
1 files changed, 1 insertions, 1 deletions
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; |