Index: templates/TypeBuilder_h.template |
diff --git a/templates/TypeBuilder_h.template b/templates/TypeBuilder_h.template |
index 1d5a57bdc308923774d0f34d34a635f8f60d5712..f665039dd7da19ea76c68b595b2929ff8f33cbe4 100644 |
--- a/templates/TypeBuilder_h.template |
+++ b/templates/TypeBuilder_h.template |
@@ -204,6 +204,7 @@ public: |
{%- endfor -%} |
) = 0; |
virtual void sendFailure(const DispatchResponse&) = 0; |
+ virtual ~{{command.name | to_title_case}}Callback() { } |
}; |
{% endif %} |
{%- if not("async" in command) %} |