summaryrefslogtreecommitdiffstats
path: root/api/logic/meta/Index.h
diff options
context:
space:
mode:
Diffstat (limited to 'api/logic/meta/Index.h')
-rw-r--r--api/logic/meta/Index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/api/logic/meta/Index.h b/api/logic/meta/Index.h
index 9811e152..d820f825 100644
--- a/api/logic/meta/Index.h
+++ b/api/logic/meta/Index.h
@@ -58,7 +58,7 @@ public:
QVector<VersionListPtr> lists() const { return m_lists; }
public: // for usage by parsers only
- void merge(const BaseEntity::Ptr &other) override;
+ void merge(const std::shared_ptr<Index> &other);
void parse(const QJsonObject &obj) override;
private: