Skip to content
Snippets Groups Projects
Commit bc5a1848 authored by Jorrit Fahlke's avatar Jorrit Fahlke
Browse files

[ExceptionHook] Fix "warning: 'struct Dune::ExceptionHook' has virtual

functions but non-virtual destructor"

[[Imported from SVN: r6251]]
parent 42b47abb
No related branches found
No related tags found
No related merge requests found
......@@ -168,6 +168,7 @@ namespace Dune {
*/
struct ExceptionHook
{
virtual ~ExceptionHook() {}
virtual void operator () () = 0;
};
......
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