Skip to content
Snippets Groups Projects
Commit 72a92ad6 authored by Elias Pipping's avatar Elias Pipping Committed by Elias Pipping
Browse files

Rename destructor

parent 19898cc1
No related branches found
No related tags found
No related merge requests found
......@@ -68,7 +68,7 @@ class VTKBasisGridFunction
virtual std::string name() const { return s_; }
/** \brief Destructor. */
virtual ~VTKGridFunction() {}
virtual ~VTKBasisGridFunction() {}
private:
const Basis& basis_;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment