build: Fixed clang errors and warnings, incremented storage version
This commit is contained in:
@@ -63,6 +63,8 @@ StorageEdge StorageAccessProxy::getEdgeById(Id edgeId) const
|
||||
{
|
||||
return m_subject->getEdgeById(edgeId);
|
||||
}
|
||||
|
||||
return StorageEdge();
|
||||
}
|
||||
|
||||
bool StorageAccessProxy::checkEdgeExists(Id edgeId) const
|
||||
|
||||
@@ -86,7 +86,7 @@ public:
|
||||
virtual void removeEdgeBookmark(Id id);
|
||||
virtual void editEdgeBookmark(const EdgeBookmark& bookmark);
|
||||
|
||||
virtual virtual std::vector<BookmarkCategory> getAllBookmarkCategories() const;
|
||||
virtual std::vector<BookmarkCategory> getAllBookmarkCategories() const;
|
||||
virtual bool checkBookmarkCategoryExists(const std::string& name) const;
|
||||
virtual void removeBookmarkCategory(Id id);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user