Skip to content

Commit b8100ae

Browse files
authored
Update buffer.hpp
1 parent 64f3c17 commit b8100ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cpp-terminal/buffer.hpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ class Buffer final : public std::streambuf
1717
FullBuffered
1818
};
1919
explicit Buffer(const Term::Buffer::Type& type = Term::Buffer::Type::LineBuffered, const std::streamsize& size = BUFSIZ);
20-
virtual ~Buffer() final = default;
20+
virtual ~Buffer() final;
2121
Buffer(const Buffer&) = delete;
2222
Buffer& operator=(const Buffer&) = delete;
2323
Buffer(Buffer&&) = delete;

0 commit comments

Comments
 (0)