mirror of
https://github.com/azerothcore/mod-ale
synced 2025-11-29 15:38:17 +08:00
Fix linux
This commit is contained in:
@@ -67,7 +67,7 @@ class ElunaObject
|
||||
{
|
||||
public:
|
||||
template<typename T>
|
||||
ElunaObject::ElunaObject(T * obj, bool manageMemory);
|
||||
ElunaObject(T * obj, bool manageMemory);
|
||||
|
||||
~ElunaObject()
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user