Compilation fixes

This commit is contained in:
Jérôme Leclercq
2020-08-27 20:24:27 +02:00
parent c87affe276
commit 36120b9501
3 changed files with 10 additions and 8 deletions

View File

@@ -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;