We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c65df9 + 98a0323 commit bed2a37Copy full SHA for bed2a37
openvdb_houdini/openvdb_houdini/SOP_OpenVDB_Merge.cc
@@ -44,7 +44,7 @@ class SOP_OpenVDB_Merge: public hvdb::SOP_NodeVDB
44
public:
45
fpreal getTime() const { return mTime; }
46
protected:
47
- OP_ERROR cookVDBSop(OP_Context&) final;
+ OP_ERROR cookVDBSop(OP_Context&) override final;
48
private:
49
fpreal mTime = 0.0;
50
};
0 commit comments