commit | a092bc1f5ad067666f4161cc559dd68abb09912a | [log] [tgz] |
---|---|---|
author | Dmitry-Me <wipedout@yandex.ru> | Tue Dec 23 17:57:05 2014 +0300 |
committer | Dmitry-Me <wipedout@yandex.ru> | Tue Dec 23 17:57:05 2014 +0300 |
tree | 8ba2dcdfea1501057be36265c1cf25d4ed657dd8 | |
parent | eaddfd87688bb43e61ceab7ac6fa8761a6563777 [diff] [blame] |
Move the check into dependent call
diff --git a/tinyxml2.h b/tinyxml2.h index 35da4d9..cf26cdd 100755 --- a/tinyxml2.h +++ b/tinyxml2.h
@@ -2068,7 +2068,7 @@ virtual void PrintSpace( int depth ); void Print( const char* format, ... ); - void SealElement(); + void SealElementIfJustOpened(); bool _elementJustOpened; DynArray< const char*, 10 > _stack;