From 0f95ad5f9f40a779a855dff3b3998960f38b6e9f Mon Sep 17 00:00:00 2001 From: Robert Osfield Date: Sat, 2 Jul 2016 12:54:48 +0100 Subject: [PATCH] Added initializers --- src/osgPlugins/txp/trpage_tile.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/osgPlugins/txp/trpage_tile.cpp b/src/osgPlugins/txp/trpage_tile.cpp index 81921d053..cb244e3be 100644 --- a/src/osgPlugins/txp/trpage_tile.cpp +++ b/src/osgPlugins/txp/trpage_tile.cpp @@ -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