summaryrefslogtreecommitdiff
path: root/gr-blocks/lib/socket_pdu_impl.h
diff options
context:
space:
mode:
Diffstat (limited to 'gr-blocks/lib/socket_pdu_impl.h')
-rw-r--r--gr-blocks/lib/socket_pdu_impl.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/gr-blocks/lib/socket_pdu_impl.h b/gr-blocks/lib/socket_pdu_impl.h
index 2e6c935471..d885c665c4 100644
--- a/gr-blocks/lib/socket_pdu_impl.h
+++ b/gr-blocks/lib/socket_pdu_impl.h
@@ -58,8 +58,8 @@ public:
std::string port,
int MTU = 10000,
bool tcp_no_delay = false);
- ~socket_pdu_impl();
- bool stop();
+ ~socket_pdu_impl() override;
+ bool stop() override;
};
} /* namespace blocks */