From 72a60e8959272587868cbc30a0da58d9f03ae572 Mon Sep 17 00:00:00 2001 From: kervala Date: Fri, 11 Jun 2010 13:01:04 +0200 Subject: [PATCH] Changed: #825 Remove all warning when compiling Ryzom on Linux --- code/ryzom/client/src/r2/instance.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/code/ryzom/client/src/r2/instance.h b/code/ryzom/client/src/r2/instance.h index 6c37aca11..d10c37532 100644 --- a/code/ryzom/client/src/r2/instance.h +++ b/code/ryzom/client/src/r2/instance.h @@ -241,7 +241,7 @@ private: // For editor : Create this object from the CObjectTable it materialize in the editor CInstance(const CObjectTable *objectTable, CLuaState &ls); // copy not supported - CInstance(const CInstance &/* other */) { nlassert(0); } + CInstance(const CInstance &/* other */):NLMISC::CRefCount() { nlassert(0); } CInstance &operator = (const CInstance &/* other */) { nlassert(0); return *this; } // void executeHandler(const CLuaString &name, int numArgs);