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