Fix linux

This commit is contained in:
Rochet2
2016-01-05 20:47:15 +02:00
parent c214d4f37b
commit d44fc8b3ae

View File

@@ -67,7 +67,7 @@ class ElunaObject
{
public:
template<typename T>
ElunaObject::ElunaObject(T * obj, bool manageMemory);
ElunaObject(T * obj, bool manageMemory);
~ElunaObject()
{