io: add override specifiers
This commit is contained in:
parent
cd841acc7b
commit
a5ae97025c
2
io.hpp
2
io.hpp
@ -92,7 +92,7 @@ namespace util {
|
|||||||
std::ostream* m_owner;
|
std::ostream* m_owner;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
virtual int overflow (int ch);
|
virtual int overflow (int ch) override;
|
||||||
|
|
||||||
public:
|
public:
|
||||||
explicit indenter (std::streambuf* _dest, size_t _indent = 4);
|
explicit indenter (std::streambuf* _dest, size_t _indent = 4);
|
||||||
|
Loading…
Reference in New Issue
Block a user