From Eric Wing, pedantic warning fixes

This commit is contained in:
Robert Osfield
2007-04-06 15:36:13 +00:00
parent 0909bd04e4
commit 6d7b5e7ebd
38 changed files with 60 additions and 43 deletions

View File

@@ -61,7 +61,7 @@ geoHeaderGeo::geoHeaderGeo()
extVars=new userVars;
_initialTick = _timer.tick();
color_palette=new colourPalette;
};
}
const geoValue *geoHeaderGeo::getGeoVar(const unsigned fid) const {
const geoValue *st=intVars->getGeoVar(fid);
if (!st) {