aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/zenserver/projectstore/projectstore.h4
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();