Changed: #825 Remove all warning when compiling Ryzom

This commit is contained in:
kervala 2010-10-30 17:47:47 +02:00
parent 2ef72986ba
commit a34865fbcb
2 changed files with 20 additions and 20 deletions

View file

@ -124,7 +124,7 @@ 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.
//@{