Skip to content

Commit

Permalink
COMP: Fix ~FunctionCommand implicit override warning
Browse files Browse the repository at this point in the history
  • Loading branch information
blowekamp authored and dzenanz committed Aug 17, 2020
1 parent b2dcce7 commit fd4c0f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Core/Common/include/itkCommand.h
Original file line number Diff line number Diff line change
Expand Up @@ -457,7 +457,7 @@ class ITKCommon_EXPORT FunctionCommand : public Command

protected:
FunctionCommand();
~FunctionCommand();
~FunctionCommand() override;


FunctionObjectType m_FunctionObject;
Expand Down

0 comments on commit fd4c0f8

Please sign in to comment.