From d44fc8b3aeae28eb9bb6db15bc0d6a09a1632f6d Mon Sep 17 00:00:00 2001 From: Rochet2 Date: Tue, 5 Jan 2016 20:47:15 +0200 Subject: [PATCH] Fix linux --- ElunaTemplate.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ElunaTemplate.h b/ElunaTemplate.h index f04a300..a000dbf 100644 --- a/ElunaTemplate.h +++ b/ElunaTemplate.h @@ -67,7 +67,7 @@ class ElunaObject { public: template - ElunaObject::ElunaObject(T * obj, bool manageMemory); + ElunaObject(T * obj, bool manageMemory); ~ElunaObject() {