Skip to content
Snippets Groups Projects
Commit 0767a13e authored by Guillaume Pasero's avatar Guillaume Pasero
Browse files

BUG: make estimateOptionalImage() virtual

parent 38758b70
No related branches found
No related tags found
1 merge request!5Warning fixes
......@@ -96,7 +96,7 @@ public:
}
// estimateOptionnalImage method
void estimateOptionnalImage(TOutputPixel * /*outValue*/, int /*threadId=1*/)
virtual void estimateOptionnalImage(TOutputPixel * /*outValue*/, int /*threadId=1*/)
{
}
......
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