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

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;