summaryrefslogtreecommitdiff
path: root/gnuradio-runtime/include/gnuradio/custom_lock.h
diff options
context:
space:
mode:
Diffstat (limited to 'gnuradio-runtime/include/gnuradio/custom_lock.h')
-rw-r--r--gnuradio-runtime/include/gnuradio/custom_lock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gnuradio-runtime/include/gnuradio/custom_lock.h b/gnuradio-runtime/include/gnuradio/custom_lock.h
index b8d9ed6d47..b7f7183fb1 100644
--- a/gnuradio-runtime/include/gnuradio/custom_lock.h
+++ b/gnuradio-runtime/include/gnuradio/custom_lock.h
@@ -26,6 +26,8 @@ namespace gr {
class custom_lock_if
{
public:
+ virtual ~custom_lock_if(){};
+
/*!
* This function will be executed on construction of the custom lock.
*/