mirror of https://github.com/AxioDL/tinyxml2.git
Pointer assertions for substring
This commit is contained in:
parent
4fe8c102da
commit
6fc38ec7cc
|
@ -139,6 +139,8 @@ public:
|
|||
~StrPair();
|
||||
|
||||
void Set( char* start, char* end, int flags ) {
|
||||
TIXMLASSERT( start );
|
||||
TIXMLASSERT( end );
|
||||
Reset();
|
||||
_start = start;
|
||||
_end = end;
|
||||
|
|
Loading…
Reference in New Issue