Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Jun 19, 2019
1 parent df39867 commit d5340ff
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/iutest_defs.hpp
Expand Up @@ -79,7 +79,7 @@ inline IUTEST_CXX_CONSTEXPR TypeId GetTestTypeId()
}

template<size_t SIZE>
struct TypeWithSize : public type_fit_t<SIZE> {};
struct TypeWithSize : public detail::type_fit_t<SIZE> {};

} // end of namespace internal

Expand Down

0 comments on commit d5340ff

Please sign in to comment.