]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/store/firebird/firebird_store.h
При записи детальной статистики данные теперь передаются не по указателю
[stg.git] / projects / stargazer / plugins / store / firebird / firebird_store.h
index 2cc62cfa884f716622d409ea0a6f4cde20b71298..55333888e57cccd91ce86804562fbf3326d832f2 100644 (file)
@@ -73,7 +73,7 @@ public:
                             double cash,
                             double freeMb,
                             const std::string & reason) const;
-    int WriteDetailedStat(const std::map<IP_DIR_PAIR, STAT_NODE> * statTree,
+    int WriteDetailedStat(const std::map<IP_DIR_PAIR, STAT_NODE> & statTree,
                           time_t lastStat,
                           const std::string & login) const;