Skip to content

Commit 02b74fc

Browse files
committed
fix
1 parent fdae6dc commit 02b74fc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/odr/html.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -150,7 +150,7 @@ HtmlView::HtmlView(std::shared_ptr<abstract::HtmlView> impl)
150150

151151
const std::string &HtmlView::name() const { return m_impl->name(); }
152152

153-
const std::size_t HtmlView::index() const { return m_impl->index(); }
153+
std::size_t HtmlView::index() const { return m_impl->index(); }
154154

155155
const std::string &HtmlView::path() const { return m_impl->path(); }
156156

0 commit comments

Comments
 (0)