Added initializers

This commit is contained in:
Robert Osfield 2016-07-02 12:54:48 +01:00
parent e698ddb719
commit 0f95ad5f9f

View File

@ -327,6 +327,7 @@ trpgTileHeader::trpgTileHeader()
{
col = -1;
row = -1;
date = -1;
}
trpgTileHeader::~trpgTileHeader()
{
@ -339,6 +340,7 @@ void trpgTileHeader::Reset()
locMats.resize(0);
col = -1;
row = -1;
date = -1;
}
// Set functions