Skip to content
Snippets Groups Projects
Commit 0ca7bf4f authored by Markus Blatt's avatar Markus Blatt
Browse files

Added virtual constructor to calm compiler.

[[Imported from SVN: r3621]]
parent 7d98b2bb
No related branches found
No related tags found
No related merge requests found
......@@ -16,6 +16,11 @@ namespace Dune {
delete the resulting pointer.
*/
virtual Cloneable* clone() const = 0;
/** \brief Destructor */
virtual ~Cloneable()
{}
};
//! Tagging interface to indicate that Grid provides typedef ObjectStreamType
......
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