From 3721358c068e5b36c25f612846cabaac30097e55 Mon Sep 17 00:00:00 2001 From: Thomas Fischer <thomas.fischer@ufz.de> Date: Wed, 10 Oct 2012 15:04:07 +0200 Subject: [PATCH] made the declaration of the signature of the copy constructor of class template TemplateHex the same as for imlementation --- MeshLib/Elements/TemplateHex.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MeshLib/Elements/TemplateHex.h b/MeshLib/Elements/TemplateHex.h index 3aab5c49738..cf76d11db84 100644 --- a/MeshLib/Elements/TemplateHex.h +++ b/MeshLib/Elements/TemplateHex.h @@ -51,7 +51,7 @@ public: TemplateHex(Node* nodes[NNODES], unsigned value = 0); /// Copy constructor - TemplateHex(const TemplateHex &hex); + TemplateHex(const TemplateHex<NNODES,FEMHEXTYPE> &hex); /// Destructor virtual ~TemplateHex(); -- GitLab