1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 15:13:01 +04:00

Move the check into dependent call

This commit is contained in:
Dmitry-Me
2014-12-23 17:57:05 +03:00
parent eaddfd8768
commit a092bc1f5a
2 changed files with 10 additions and 17 deletions
+1 -1
View File
@@ -2068,7 +2068,7 @@ protected:
virtual void PrintSpace( int depth );
void Print( const char* format, ... );
void SealElement();
void SealElementIfJustOpened();
bool _elementJustOpened;
DynArray< const char*, 10 > _stack;