summaryrefslogtreecommitdiffstats
path: root/src/render/jobs/framecleanupjob.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/render/jobs/framecleanupjob.cpp')
-rw-r--r--src/render/jobs/framecleanupjob.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/render/jobs/framecleanupjob.cpp b/src/render/jobs/framecleanupjob.cpp
index 17ca60bff..fb63f005b 100644
--- a/src/render/jobs/framecleanupjob.cpp
+++ b/src/render/jobs/framecleanupjob.cpp
@@ -55,7 +55,7 @@ FrameCleanupJob::FrameCleanupJob()
: m_managers(nullptr)
, m_root(nullptr)
{
- SET_JOB_RUN_STAT_TYPE(this, JobTypes::FrameCleanup, 0);
+ SET_JOB_RUN_STAT_TYPE(this, JobTypes::FrameCleanup, 0)
}
FrameCleanupJob::~FrameCleanupJob()