mirror of
https://github.com/PixarAnimationStudios/OpenSubdiv
synced 2025-01-11 09:00:08 +00:00
Fix build virtual destructor warning in Vtr::Refinement
This commit is contained in:
parent
2b6e8432bd
commit
0513ef1461
@ -75,7 +75,7 @@ class Refinement {
|
||||
|
||||
public:
|
||||
Refinement(Level const & parent, Level & child, Sdc::Options const& schemeOptions);
|
||||
~Refinement();
|
||||
virtual ~Refinement();
|
||||
|
||||
Level const& parent() const { return *_parent; }
|
||||
Level const& child() const { return *_child; }
|
||||
|
Loading…
Reference in New Issue
Block a user