Skip to content

Commit fdae6dc

Browse files
committed
fix
1 parent bc79d78 commit fdae6dc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/odr/html.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -145,7 +145,7 @@ class HtmlView final {
145145
explicit HtmlView(std::shared_ptr<internal::abstract::HtmlView> impl);
146146

147147
[[nodiscard]] const std::string &name() const;
148-
[[nodiscard]] const std::size_t index() const;
148+
[[nodiscard]] std::size_t index() const;
149149
[[nodiscard]] const std::string &path() const;
150150
[[nodiscard]] const HtmlConfig &config() const;
151151

0 commit comments

Comments
 (0)