Commit Graph

3 Commits

Author SHA1 Message Date
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
Paolo Cignoni ac53416289 Cleaned the ofbx.cpp file to make it c++11 2018-09-09 11:35:54 +02:00
Paolo Cignoni 5eb5363d01 Added openfbx to wrap folder 2018-09-09 09:12:08 +02:00