Skip to content

Commit

Permalink
BUG: Function name misspelling.
Browse files Browse the repository at this point in the history
  • Loading branch information
hjmjohnson committed Mar 2, 2020
1 parent b88892a commit d7e27e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/itkAnalyzeObjectLabelMapImageIOFactory.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ AnalyzeObjectLabelMapImageIOFactory::GetDescription() const
static bool AnalyzeObjectLabelMapImageIOFactoryHasBeenRegistered{ false };

void AnalyzeObjectLabelMap_EXPORT
AnalyzeObjectLabelMapImageImageIOFactoryRegister__Private()
AnalyzeObjectLabelMapImageIOFactoryRegister__Private()
{
if (!AnalyzeObjectLabelMapImageIOFactoryHasBeenRegistered)
{
Expand Down

0 comments on commit d7e27e8

Please sign in to comment.