Added initializers
This commit is contained in:
parent
e698ddb719
commit
0f95ad5f9f
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user