Fix MP desync caused by incorrect FlowStat::ScaleToMonthly scaling

Fixes: 51a66b95
This commit is contained in:
Jonathan G Rennison
2023-07-10 20:21:27 +01:00
parent 3dd7d7318c
commit 8c430f6a12
2 changed files with 2 additions and 2 deletions

View File

@@ -346,7 +346,7 @@ public:
* Get the date when the underlying link graph was last compressed.
* @return Compression date.
*/
inline Date LastCompression() const { return this->link_graph.LastCompression(); }
inline DateTicksScaled LastCompression() const { return this->link_graph.LastCompression(); }
/**
* Get the ID of the underlying link graph.