mirror of
https://github.com/Dark98/threeSD.git
synced 2026-07-03 00:38:58 +00:00
Fix macos build
This commit is contained in:
@@ -130,7 +130,7 @@ struct FullHeaderInternal2<void> {
|
|||||||
} // namespace detail
|
} // namespace detail
|
||||||
|
|
||||||
template <typename Preheader = void>
|
template <typename Preheader = void>
|
||||||
using FullHeader = detail::FullHeaderInternal2<Preheader>::Type;
|
using FullHeader = typename detail::FullHeaderInternal2<Preheader>::Type;
|
||||||
|
|
||||||
template <typename T, typename Preheader = void,
|
template <typename T, typename Preheader = void,
|
||||||
typename DirectoryEntryType = DirectoryEntryTableEntry,
|
typename DirectoryEntryType = DirectoryEntryTableEntry,
|
||||||
|
|||||||
Reference in New Issue
Block a user