Skip to content

Commit

Permalink
COMP: fixed warning about missing override
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm authored and hjmjohnson committed Feb 4, 2022
1 parent 9783af0 commit cf557c3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Modules/Core/Common/src/itkObjectFactoryBase.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -103,7 +103,7 @@ namespace itk
class ObjectFactoryBasePrivate : public LightObject
{
public:
~ObjectFactoryBasePrivate()
~ObjectFactoryBasePrivate() override
{
itk::ObjectFactoryBase::UnRegisterAllFactories();
if (m_InternalFactories)
Expand Down

0 comments on commit cf557c3

Please sign in to comment.