We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fdae6dc commit 02b74fcCopy full SHA for 02b74fc
1 file changed
src/odr/html.cpp
@@ -150,7 +150,7 @@ HtmlView::HtmlView(std::shared_ptr<abstract::HtmlView> impl)
150
151
const std::string &HtmlView::name() const { return m_impl->name(); }
152
153
-const std::size_t HtmlView::index() const { return m_impl->index(); }
+std::size_t HtmlView::index() const { return m_impl->index(); }
154
155
const std::string &HtmlView::path() const { return m_impl->path(); }
156
0 commit comments