Skip to content
Snippets Groups Projects
Commit e5996397 authored by Rainer Kartmann's avatar Rainer Kartmann
Browse files

Add virtual destructor

parent 679d72f7
No related branches found
No related tags found
No related merge requests found
......@@ -147,6 +147,7 @@ namespace armarx
struct SimpleConfigDialogAdderBase
{
virtual ~SimpleConfigDialogAdderBase() = default;
virtual armarx::IceProxyFinderBase* createIceProxyFinder(SimpleConfigDialog* d)
{
return nullptr;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment