mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-23 20:20:09 +00:00
Fixed naming of function parameters to suppress Doxygen warning
This commit is contained in:
parent
6a07537375
commit
2910970021
@ -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;
|
||||
|
Loading…
Reference in New Issue
Block a user