Skip to content
Snippets Groups Projects
Commit d24c114f authored by Floris Berendsen's avatar Floris Berendsen
Browse files

WIP: Minor

parent f2cf14b4
No related branches found
No related tags found
No related merge requests found
......@@ -66,7 +66,7 @@ int main(int argc, char *argv[])
std::cout << "there are\n";
registeredComponents = itk::ObjectFactoryBase::CreateAllInstance("itkComponentBase");
std::cout << registeredComponents.size()
<< " IO objects available to the Overlord.\n" << std::endl;
<< " Component objects available to the Overlord.\n" << std::endl;
typedef itk::ComponentBase ComponentType;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment