Changed: #825 Remove all warning when compiling Ryzom on Linux
This commit is contained in:
parent
f0b80b939c
commit
72a60e8959
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
|
// For editor : Create this object from the CObjectTable it materialize in the editor
|
||||||
CInstance(const CObjectTable *objectTable, CLuaState &ls);
|
CInstance(const CObjectTable *objectTable, CLuaState &ls);
|
||||||
// copy not supported
|
// 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; }
|
CInstance &operator = (const CInstance &/* other */) { nlassert(0); return *this; }
|
||||||
//
|
//
|
||||||
void executeHandler(const CLuaString &name, int numArgs);
|
void executeHandler(const CLuaString &name, int numArgs);
|
||||||
|
|
Loading…
Reference in a new issue