diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/zenserver/projectstore/projectstore.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/zenserver/projectstore/projectstore.h b/src/zenserver/projectstore/projectstore.h index 891821382..273a6d5c4 100644 --- a/src/zenserver/projectstore/projectstore.h +++ b/src/zenserver/projectstore/projectstore.h @@ -97,8 +97,8 @@ public: struct Paging { - int32_t Start; - int32_t Count; + int32_t Start = -1; + int32_t Count = -1; }; std::vector<ChunkInfo> GetAllChunksInfo(); |