Skip to content

Commit 6c48fc6

Browse files
leheckayschimke
authored andcommitted
virtual inheritance for FramedDuplexConnection (#107)
1 parent 23f84a8 commit 6c48fc6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/framed/FramedDuplexConnection.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ namespace reactivesocket {
1010
class FramedReader;
1111
class FramedWriter;
1212

13-
class FramedDuplexConnection : public DuplexConnection {
13+
class FramedDuplexConnection : public virtual DuplexConnection {
1414
public:
1515
explicit FramedDuplexConnection(std::unique_ptr<DuplexConnection> connection);
1616
~FramedDuplexConnection();

0 commit comments

Comments
 (0)