Skip to content

Commit bed2a37

Browse files
authored
Merge pull request #1077 from sideeffects/send_upstream_vdbmerge_finaloverride
Require override for Houdini builds now.
2 parents 7c65df9 + 98a0323 commit bed2a37

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

openvdb_houdini/openvdb_houdini/SOP_OpenVDB_Merge.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ class SOP_OpenVDB_Merge: public hvdb::SOP_NodeVDB
4444
public:
4545
fpreal getTime() const { return mTime; }
4646
protected:
47-
OP_ERROR cookVDBSop(OP_Context&) final;
47+
OP_ERROR cookVDBSop(OP_Context&) override final;
4848
private:
4949
fpreal mTime = 0.0;
5050
};

0 commit comments

Comments
 (0)