Skip to content

Commit 4b20cfa

Browse files
committed
Add missing virtual destructor.
Signed-off-by: Jan Losinski <[email protected]>
1 parent 0775804 commit 4b20cfa

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/LineBufferProxy.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -56,6 +56,8 @@ class LineBufferProxy : public Print {
5656
return start;
5757
}
5858

59+
virtual ~LineBufferProxy() = default;
60+
5961
protected:
6062
size_t size() const { return position; }
6163
virtual void flush(const char* buff) = 0;

0 commit comments

Comments
 (0)