Compilation fixes
This commit is contained in:
@@ -23,7 +23,7 @@ namespace Nz
|
||||
SpirvPrinter(SpirvPrinter&&) = default;
|
||||
~SpirvPrinter() = default;
|
||||
|
||||
std::string Print(const UInt32* codepoints, std::size_t count, const Settings& settings = Settings());
|
||||
std::string Print(const UInt32* codepoints, std::size_t count, const Settings& settings = {});
|
||||
|
||||
SpirvPrinter& operator=(const SpirvPrinter&) = default;
|
||||
SpirvPrinter& operator=(SpirvPrinter&&) = default;
|
||||
|
||||
Reference in New Issue
Block a user