Skip to content
Snippets Groups Projects
Commit bdff1e4c authored by Julien Malik's avatar Julien Malik
Browse files

WRG: no need for a virtual function here

parent d4172bfc
Branches
Tags
No related merge requests found
......@@ -34,7 +34,7 @@ class TileMapImageIOHelper
{
public:
/** Correspondance between depth and scale for the quad tree paradigm*/
virtual const std::string ConvertDepthToScale(const unsigned int depth) const;
const std::string ConvertDepthToScale(const unsigned int depth) const;
}; // end class TileMapImageIOHelper
} // end namespace otb
......
......@@ -120,8 +120,7 @@ int main(int argc, char* argv[])
= otb::ImageMetadataInterfaceFactory::CreateIMI(
imageReader->GetOutput()->GetMetaDataDictionary());
region.SetRegionProjection(
imageMetadataInterface->GetProjectionRef(
imageReader->GetOutput()->GetMetaDataDictionary()));
imageMetadataInterface->GetProjectionRef());
region.SetKeywordList(imageReader->GetOutput()->GetImageKeywordlist());
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment