Skip to content
Snippets Groups Projects
Commit 984b7051 authored by René Fritze's avatar René Fritze
Browse files

[function] fix segfault in function test caused by non-virtual dtor

parent 8df4b0aa
No related branches found
No related tags found
No related merge requests found
......@@ -48,6 +48,10 @@ public:
typedef ThisType ComponentType;
typedef Coefficient<RangeFieldType> CoefficientType;
virtual ~Interface()
{
}
static const std::string id()
{
return "function";
......
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