diff options
Diffstat (limited to 'indra/llinventory')
| -rw-r--r-- | indra/llinventory/llnotecard.cpp | 4 | 
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llinventory/llnotecard.cpp b/indra/llinventory/llnotecard.cpp index 9e7e043761..f6e41eecb4 100644 --- a/indra/llinventory/llnotecard.cpp +++ b/indra/llinventory/llnotecard.cpp @@ -35,7 +35,9 @@  #include "llstreamtools.h"  LLNotecard::LLNotecard(S32 max_text) -: mMaxText(max_text) +	: mMaxText(max_text), +	  mVersion(0), +	  mEmbeddedVersion(0)  {  }  | 
