Changed: #825 Remove all warning when compiling Ryzom on Linux
This commit is contained in:
parent
b8e5331ffe
commit
9a90995ce2
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
|
|
Loading…
Reference in a new issue