add simple test for not-crashing

This commit is contained in:
Lee Thomason
2014-11-15 17:45:51 -08:00
parent f2496f5824
commit 92e521b431
2 changed files with 10 additions and 0 deletions

View File

@@ -186,6 +186,8 @@ public:
char* ParseName( char* in );
private:
void operator=(const StrPair& rhs);
void Reset();
void CollapseWhitespace();