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

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
+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;