Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

COMP: Remove duplicate image declaration and read #401

Merged
merged 1 commit into from
Nov 22, 2022

Conversation

dzenanz
Copy link
Member

@dzenanz dzenanz commented Nov 21, 2022

The error was:

13>C:\Dev\ITKExamples\src\Filtering\Thresholding\DemonstrateThresholdAlgorithms\Code.cxx(77,14): error C2371: 'input': redefinition; different basic types
13>C:\Dev\ITKExamples\src\Filtering\Thresholding\DemonstrateThresholdAlgorithms\Code.cxx(57,14): message : see declaration of 'input'
13>C:\Dev\ITKExamples\src\Filtering\Thresholding\DemonstrateThresholdAlgorithms\Code.cxx(80,9): error C2672: 'QuickView::AddImage': no matching overloaded function found
13>C:\Dev\ITK-git\Modules\Bridge\VtkGlue\include\QuickView.h(128,3): message : could be 'void QuickView::AddImage(TImage *,bool,std::string)'
13>Done building project "DemonstrateThresholdAlgorithms.vcxproj" -- FAILED.

The error was:

13>C:\Dev\ITKExamples\src\Filtering\Thresholding\DemonstrateThresholdAlgorithms\Code.cxx(77,14): error C2371: 'input': redefinition; different basic types
13>C:\Dev\ITKExamples\src\Filtering\Thresholding\DemonstrateThresholdAlgorithms\Code.cxx(57,14): message : see declaration of 'input'
13>C:\Dev\ITKExamples\src\Filtering\Thresholding\DemonstrateThresholdAlgorithms\Code.cxx(80,9): error C2672: 'QuickView::AddImage': no matching overloaded function found
13>C:\Dev\ITK-git\Modules\Bridge\VtkGlue\include\QuickView.h(128,3): message : could be 'void QuickView::AddImage(TImage *,bool,std::string)'
13>Done building project "DemonstrateThresholdAlgorithms.vcxproj" -- FAILED.
@github-actions github-actions bot added area:Filtering Issues affecting the Filtering module language:C++ Changes to C++ examples type:Compiler Compiler support or related warnings labels Nov 21, 2022
@jhlegarreta jhlegarreta merged commit 788c0da into InsightSoftwareConsortium:master Nov 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area:Filtering Issues affecting the Filtering module language:C++ Changes to C++ examples type:Compiler Compiler support or related warnings
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants