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 bc79d78 commit fdae6dcCopy full SHA for fdae6dc
1 file changed
src/odr/html.hpp
@@ -145,7 +145,7 @@ class HtmlView final {
145
explicit HtmlView(std::shared_ptr<internal::abstract::HtmlView> impl);
146
147
[[nodiscard]] const std::string &name() const;
148
- [[nodiscard]] const std::size_t index() const;
+ [[nodiscard]] std::size_t index() const;
149
[[nodiscard]] const std::string &path() const;
150
[[nodiscard]] const HtmlConfig &config() const;
151
0 commit comments