Refactoring: Code cleanup post-processing.
This commit is contained in:
@@ -110,7 +110,7 @@ inline bool CompareArrays(const aiColor4D* first, const aiColor4D* second,
|
||||
class FindInstancesProcess : public BaseProcess {
|
||||
public:
|
||||
FindInstancesProcess();
|
||||
~FindInstancesProcess() = default;
|
||||
~FindInstancesProcess() override = default;
|
||||
|
||||
// -------------------------------------------------------------------
|
||||
// Check whether step is active in given flags combination
|
||||
|
||||
Reference in New Issue
Block a user