TODO: add virtual dtor for all classes w/ virtual methods

This commit is contained in:
Michael Davidsaver
2015-12-10 17:31:58 -05:00
parent b3d58266a7
commit 609237a551

View File

@@ -614,6 +614,8 @@ namespace pvAccess {
public:
POINTER_DEFINITIONS(Channel);
virtual ~Channel() {}
/**
* Channel connection status.
*/