Skip to content

Commit 98a0323

Browse files
committed
Require override for Houdini builds now.
Signed-off-by: jlait <[email protected]>
1 parent 7c65df9 commit 98a0323

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)