Skip to content

Commit d2e4b07

Browse files
committed
fix
1 parent efd1cd3 commit d2e4b07

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/odr/internal/html/html_service.hpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,11 @@ class HtmlService : public abstract::HtmlService {
1313

1414
[[nodiscard]] const HtmlConfig &config() const override;
1515

16-
protected:
17-
std::shared_ptr<Logger> m_logger;
18-
1916
private:
2017
HtmlConfig m_config;
18+
19+
protected:
20+
std::shared_ptr<Logger> m_logger;
2121
};
2222

2323
class HtmlView : public abstract::HtmlView {

0 commit comments

Comments
 (0)