Skip to content

Commit

Permalink
COMP: fixed compile errors due to incorrect superclass identification
Browse files Browse the repository at this point in the history
  • Loading branch information
seanm committed Sep 23, 2021
1 parent 280c43e commit 9e2b884
Showing 1 changed file with 5 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -39,8 +39,11 @@ class MultiphaseSparseFiniteDifferenceImageFilterTestHelper
public:
/** Standard class type aliases. */
using Self = MultiphaseSparseFiniteDifferenceImageFilterTestHelper;
using Superclass =
MultiphaseSparseFiniteDifferenceImageFilter<TInputImage, TFeatureImage, TOutputImage, TFiniteDifferenceFunction>;
using Superclass = MultiphaseSparseFiniteDifferenceImageFilter<TInputImage,
TFeatureImage,
TOutputImage,
TFiniteDifferenceFunction,
TIdCell>;
using Pointer = SmartPointer<Self>;
using ConstPointer = SmartPointer<const Self>;

Expand Down

0 comments on commit 9e2b884

Please sign in to comment.