diff options
| author | Stefan Boberg <[email protected]> | 2023-05-11 13:49:02 +0200 |
|---|---|---|
| committer | Stefan Boberg <[email protected]> | 2023-05-11 13:49:02 +0200 |
| commit | 034a058c41d690a44ad5dd29998fe760b9895106 (patch) | |
| tree | 934d084f8307faf147e2d14137751e15cbbc2868 /src/zenstore/scrubcontext.cpp | |
| parent | clang-format (diff) | |
| download | zen-034a058c41d690a44ad5dd29998fe760b9895106.tar.xz zen-034a058c41d690a44ad5dd29998fe760b9895106.zip | |
build fix (accidental commit on the wrong branch)
Diffstat (limited to 'src/zenstore/scrubcontext.cpp')
| -rw-r--r-- | src/zenstore/scrubcontext.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/scrubcontext.cpp b/src/zenstore/scrubcontext.cpp index d471f0fca..f35178de6 100644 --- a/src/zenstore/scrubcontext.cpp +++ b/src/zenstore/scrubcontext.cpp @@ -6,7 +6,7 @@ namespace zen { -ScrubContext::ScrubContext(WorkerThreadPool& InWorkerThreadPool) +ScrubContext::ScrubContext() { } |