Skip to content
Snippets Groups Projects
Commit 09f1b3be authored by Julien Michel's avatar Julien Michel
Browse files

correction suite erreur de compilation visual 8.0

parent 376eea38
Branches
Tags
No related merge requests found
......@@ -58,7 +58,7 @@ public:
/** Gets/Sets the input image */
InputImageType * GetInputImage () {
this->Superclass::GetInput();
return this->Superclass::GetInput();
}
void SetInputImage ( const InputImageType * img ) {
this->Superclass::SetInput(img);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment