Skip to content

Commit

Permalink
Add missing typename
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Aug 8, 2024
1 parent f9f4448 commit 0a33fd2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion components/core/src/clp/ffi/Value.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ struct ImmutableViewTypeConverter<clp::ir::FourByteEncodedTextAst> {
* @tparam T
*/
template <typename T>
using ImmutableViewType = ImmutableViewTypeConverter<T>::Type;
using ImmutableViewType = typename ImmutableViewTypeConverter<T>::Type;

class Value {
public:
Expand Down

0 comments on commit 0a33fd2

Please sign in to comment.