diff options
Diffstat (limited to 'src/Instance.hxx')
-rw-r--r-- | src/Instance.hxx | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/Instance.hxx b/src/Instance.hxx index 0baebcc26..509610d2a 100644 --- a/src/Instance.hxx +++ b/src/Instance.hxx @@ -209,6 +209,8 @@ struct Instance final } #endif + void FlushCaches() noexcept; + private: #ifdef ENABLE_DATABASE /* virtual methods from class DatabaseListener */ |