summaryrefslogtreecommitdiff
path: root/src/Context.cpp
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2020-07-26 16:38:57 +0200
committerJoel Rosdahl <joel@rosdahl.net>2020-07-26 20:26:13 +0200
commit00844179367b9f68fda9f7260b30094ee225b896 (patch)
treef7eb37c00083a9d96f928f332199d4ae25b92915 /src/Context.cpp
parented21c1feb83f62b9a2d04e959e9a3abd4eac2879 (diff)
downloadccache-00844179367b9f68fda9f7260b30094ee225b896.tar.gz
C++-ify stats functions
Diffstat (limited to 'src/Context.cpp')
-rw-r--r--src/Context.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/Context.cpp b/src/Context.cpp
index 57899726..5ee6367d 100644
--- a/src/Context.cpp
+++ b/src/Context.cpp
@@ -43,7 +43,7 @@ Context::Context()
Context::~Context()
{
- stats_flush(this);
+ stats_flush(*this);
unlink_pending_tmp_files();
// Dump log buffer last to not lose any logs.