Skip to content
Snippets Groups Projects
Commit 3f6b0d6e authored by Emmanuel Christophe's avatar Emmanuel Christophe
Browse files

BUG: member should be protected instead of private

parent c9c2bdd0
No related branches found
No related tags found
No related merge requests found
......@@ -149,12 +149,14 @@ namespace otb
/** Specify an average elevation to use */
TScalarType m_AverageElevation;
/** Specify if DEM is loaded */
bool m_DEMIsLoaded ;
private :
SensorModelBase(const Self&); //purposely not implemented
void operator=(const Self&); //purposely not implemented
/** Specify if DEM is loaded */
bool m_DEMIsLoaded ;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment