vcglib/wrap/openfbx/src
Norbert Wenzel d0c135e0e0 Mark internal class as `final`
The internal `Element` class implements the pure virtual interface
`IElement` which has no virtual destructor. `Element` has data members
but is deleted through an `Element*` so all members are destructed
correctly.
To convince the compiler this is all fine and to prevent the (unlikely)
case of someone inheriting from `Element` mark the class as `final`.
2019-10-25 00:02:09 +02:00
..
miniz.c Added openfbx to wrap folder 2018-09-09 09:12:08 +02:00
miniz.h Added openfbx to wrap folder 2018-09-09 09:12:08 +02:00
ofbx.cpp Mark internal class as `final` 2019-10-25 00:02:09 +02:00
ofbx.h Added openfbx to wrap folder 2018-09-09 09:12:08 +02:00