mirror of
https://github.com/Atmosphere-NX/Atmosphere.git
synced 2025-06-03 08:08:39 -04:00
strat: fix linux clang build
This commit is contained in:
parent
895b6d0470
commit
9056e0b05f
5 changed files with 27 additions and 25 deletions
|
@ -29,7 +29,9 @@ namespace ams::fssystem {
|
|||
NON_COPYABLE(ShaHashGenerator);
|
||||
NON_MOVEABLE(ShaHashGenerator);
|
||||
private:
|
||||
Traits::Generator m_generator;
|
||||
using Generator = typename Traits::Generator;
|
||||
private:
|
||||
Generator m_generator;
|
||||
public:
|
||||
ShaHashGenerator() = default;
|
||||
protected:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue