mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-11 17:59:02 +00:00
Changed: #825 Remove all warning when compiling Ryzom
This commit is contained in:
parent
69a9119603
commit
14014cd35a
2 changed files with 20 additions and 20 deletions
|
@ -124,7 +124,7 @@ public:
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
||||||
CVar () : Type(T_UNKNOWN), Root(false), FromLocalFile(true), SaveWrap(6) {}
|
CVar () : Type(T_UNKNOWN), Root(false), Comp(false), FromLocalFile(true), SaveWrap(6) {}
|
||||||
|
|
||||||
/// \name Access to the variable content.
|
/// \name Access to the variable content.
|
||||||
//@{
|
//@{
|
||||||
|
|
Loading…
Reference in a new issue