diff options
Diffstat (limited to 'common/archive.cpp')
-rw-r--r-- | common/archive.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/common/archive.cpp b/common/archive.cpp index 07d363a9a8..5a339900b6 100644 --- a/common/archive.cpp +++ b/common/archive.cpp @@ -284,4 +284,6 @@ void SearchManager::clear() { addDirectory(".", ".", -2); } +DECLARE_SINGLETON(SearchManager); + } // namespace Common |