Skip to content
Snippets Groups Projects
Commit 07563c6a authored by Otmane Lahlou's avatar Otmane Lahlou
Browse files

ENH: declare the ElevationParametersHandler class as friend of the Wrapper::Application class

parent 7e6ebfd9
No related branches found
No related tags found
No related merge requests found
......@@ -728,11 +728,14 @@ private:
std::vector<std::string> m_DocTags;
/**
* Declare the class Wrapper::MapProjectionParametersHandler as friend
* to be able to access to the protected method of
* Declare the class
* - Wrapper::MapProjectionParametersHandler
* - Wrapper::ElevationParametersHandler
* as friend to be able to access to the protected method of
* Wrapper::Application class.
**/
friend class MapProjectionParametersHandler;
friend class ElevationParametersHandler;
}; //end class
......
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