Added initializer

This commit is contained in:
Robert Osfield 2016-07-01 08:08:39 +01:00
parent 91d60de028
commit 82fabc94f9

View File

@ -40,6 +40,7 @@ trpgr_Token::trpgr_Token()
{
cb = NULL;
destroy = true;
Token = 0;
}
trpgr_Token::~trpgr_Token()
{