diff options
Diffstat (limited to 'src/zenstore/filecas.cpp')
| -rw-r--r-- | src/zenstore/filecas.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/zenstore/filecas.cpp b/src/zenstore/filecas.cpp index 4474b52bd..30c6c2d4d 100644 --- a/src/zenstore/filecas.cpp +++ b/src/zenstore/filecas.cpp @@ -832,7 +832,7 @@ FileCasStrategy::Flush() } void -FileCasStrategy::Scrub(ScrubContext& Ctx) +FileCasStrategy::ScrubStorage(ScrubContext& Ctx) { ZEN_ASSERT(m_IsInitialized); |