mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
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
|
||||
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