Skip to content

Commit

Permalink
Traktor: Compile fix for member type.
Browse files Browse the repository at this point in the history
  • Loading branch information
apistol78 committed Mar 4, 2024
1 parent c211c00 commit c71861f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/Core/Serialization/Member.h
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ class ObsoleteMember : public Member< T >
}

private:
value_type m_dummy;
typename Member< T >::value_type m_dummy;
};

//@}
Expand Down

0 comments on commit c71861f

Please sign in to comment.