Skip to content

Commit 80a5a9b

Browse files
committed
BUG: Template argument name was modified in template declaration
Template argument name was modified in template declaration but not when using it in the templated function.
1 parent a98459d commit 80a5a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Extensions/Testing/CLIExtensionTemplate/CLIModuleTemplate/CLIModuleTemplate.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ namespace
1515
{
1616

1717
template <typename TPixel>
18-
int DoIt( int argc, char * argv[], T )
18+
int DoIt( int argc, char * argv[], TPixel )
1919
{
2020
PARSE_ARGS;
2121

0 commit comments

Comments
 (0)