1
0
mirror of https://github.com/leethomason/tinyxml2.git synced 2026-07-29 23:22:59 +04:00

Merge pull request #472 from Dmitry-Me/pointerAssertionsStrPairSet

Pointer assertions for substring
This commit is contained in:
Lee Thomason
2016-09-05 13:51:59 -07:00
committed by GitHub
+2
View File
@@ -139,6 +139,8 @@ public:
~StrPair();
void Set( char* start, char* end, int flags ) {
TIXMLASSERT( start );
TIXMLASSERT( end );
Reset();
_start = start;
_end = end;