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

BUG: method prototype differs

parent e339f091
No related branches found
No related tags found
No related merge requests found
...@@ -116,7 +116,7 @@ public: ...@@ -116,7 +116,7 @@ public:
itkExceptionMacro(<<"Subclasses should override this method"); itkExceptionMacro(<<"Subclasses should override this method");
} }
virtual void SetChannelList(std::vector<unsigned int> channels) virtual void SetChannelList(std::vector<unsigned int>& channels)
{ {
itkExceptionMacro(<<"Subclasses should override this method"); itkExceptionMacro(<<"Subclasses should override this method");
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment