Skip to content

Commit

Permalink
Fix compile error.
Browse files Browse the repository at this point in the history
Signed-off-by: Joey Kleingers <[email protected]>
  • Loading branch information
joeykleingers committed Sep 16, 2024
1 parent 09e8edd commit 4e4ebbc
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class SIMPLNXCORE_EXPORT ConcatenateDataArraysFilter : public IFilter

// Parameter Keys
static inline constexpr StringLiteral k_InputArrays_Key = "input_arrays";
static inline constexpr StringLiteral k_OutputArray_Key = "output_array";
static inline constexpr StringLiteral k_OutputArray_Key = "output_array_path";
static inline constexpr StringLiteral k_OutputTupleDims_Key = "output_tuple_dims";

/**
Expand Down

0 comments on commit 4e4ebbc

Please sign in to comment.