Skip to content

Commit

Permalink
Fixes by clang-tidy
Browse files Browse the repository at this point in the history
  • Loading branch information
magnesj committed Jan 8, 2024
1 parent f6be434 commit 02ad40b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ class RigFaultReactivationModelGenerator : cvf::Object
{
public:
RigFaultReactivationModelGenerator( cvf::Vec3d position, cvf::Vec3d normal );
~RigFaultReactivationModelGenerator();
~RigFaultReactivationModelGenerator() override;

void setFault( const RigFault* fault );
void setGrid( const RigMainGrid* grid );
Expand Down

0 comments on commit 02ad40b

Please sign in to comment.