mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2024-11-27 14:00:10 +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
|
/// @return A new instance of TopologyRefiner or 0 for failure
|
||||||
///
|
///
|
||||||
static TopologyRefiner* Create(TopologyRefiner const & sourceOfBaseLevel);
|
static TopologyRefiner* Create(TopologyRefiner const & baseLevel);
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
typedef Vtr::internal::Level::TopologyError TopologyError;
|
typedef Vtr::internal::Level::TopologyError TopologyError;
|
||||||
|
Loading…
Reference in New Issue
Block a user