Merge pull request #247 from Dmitry-Me/combineCheckWithDependentCall

Move the check into dependent call
This commit is contained in:
Lee Thomason
2014-12-23 13:16:11 -08:00
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;