build: Fix various clang build issues

This commit is contained in:
WerWolv
2022-08-26 00:18:08 +02:00
parent 940f1e30c5
commit f62edea450
4 changed files with 4 additions and 4 deletions

View File

@@ -90,7 +90,7 @@ namespace hex::dp {
protected:
[[noreturn]] void throwNodeError(const std::string &message) {
throw NodeError(this, message);
throw NodeError { this, message };
}
std::vector<u8> getBufferOnInput(u32 index);