InsightSoftwareConsortium / ITK

Insight Toolkit (ITK) -- Official Repository. ITK builds on a proven, spatially-oriented architecture for processing, segmentation, and registration of scientific images in two, three, or more dimensions.
https://itk.org
Apache License 2.0
1.37k stars 660 forks source link

COMP: Fix missing ; from class definition macro #4758

Closed hjmjohnson closed 4 days ago

hjmjohnson commented 4 days ago

Fixes commit 122c94a9a10f830e8f48de75c5259dc39ab085c7 when using macros for GPU processing.

PR Checklist

seanm commented 4 days ago

@hjmjohnson I believe this is already in https://github.com/InsightSoftwareConsortium/ITK/pull/4724 plus many more semi colon warnings. @andrei-sandor has been working on fixing all of them.

hjmjohnson commented 4 days ago

Fixed in #4724