fix compilation error / clang warnings

This commit is contained in:
Dirk-Jan C. Binnema
2020-07-25 11:26:08 +03:00
parent 6cea9fcd71
commit 148c906d8a
8 changed files with 11 additions and 12 deletions

View File

@ -25,7 +25,7 @@
namespace Mu {
struct Store;
class Store;
/// An object abstracting the index process.
class Indexer {