assert if we try to use a non-loaded string

This commit is contained in:
Chris Danford
2006-01-07 06:48:42 +00:00
parent 4d49c60bff
commit 3a523f9c3e
2 changed files with 7 additions and 2 deletions
+1
View File
@@ -23,6 +23,7 @@ private:
RString m_sSection;
RString m_sName;
RString m_sValue;
bool m_bValueLoaded;
};
#endif