mirror of
https://github.com/TorqueGameEngines/Torque3D.git
synced 2026-03-05 21:40:31 +00:00
uninitialized variables-persistence
This commit is contained in:
parent
a46bf3d7e5
commit
b6c33bdd2b
3 changed files with 4 additions and 3 deletions
|
|
@ -38,7 +38,7 @@
|
|||
class TamlXmlParser : public TamlParser
|
||||
{
|
||||
public:
|
||||
TamlXmlParser() {}
|
||||
TamlXmlParser() :mDocumentDirty(false) {}
|
||||
virtual ~TamlXmlParser() {}
|
||||
|
||||
/// Whether the parser can change a property or not.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue