Fixed naming of function parameters to suppress Doxygen warning

This commit is contained in:
barry 2018-10-19 13:15:45 -07:00
parent 6a07537375
commit 2910970021

View File

@ -125,7 +125,7 @@ public:
///
/// @return A new instance of TopologyRefiner or 0 for failure
///
static TopologyRefiner* Create(TopologyRefiner const & sourceOfBaseLevel);
static TopologyRefiner* Create(TopologyRefiner const & baseLevel);
protected:
typedef Vtr::internal::Level::TopologyError TopologyError;