From 291097002172267f67c2b25bdad3be647e3ceb2a Mon Sep 17 00:00:00 2001 From: barry Date: Fri, 19 Oct 2018 13:15:45 -0700 Subject: [PATCH] Fixed naming of function parameters to suppress Doxygen warning --- opensubdiv/far/topologyRefinerFactory.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/opensubdiv/far/topologyRefinerFactory.h b/opensubdiv/far/topologyRefinerFactory.h index 3beec7c8..bd4ce9e4 100644 --- a/opensubdiv/far/topologyRefinerFactory.h +++ b/opensubdiv/far/topologyRefinerFactory.h @@ -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;