mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-29 00:10:02 -05:00
sys: Fixed many clang tidy warnings and typos
This commit is contained in:
@@ -80,7 +80,7 @@ namespace hex::dp {
|
||||
return *reinterpret_cast<float *>(outputData->data());
|
||||
}
|
||||
|
||||
void Node::setBufferOnOutput(u32 index, std::vector<u8> data) {
|
||||
void Node::setBufferOnOutput(u32 index, const std::vector<u8> &data) {
|
||||
if (index >= this->getAttributes().size())
|
||||
throw std::runtime_error("Attribute index out of bounds!");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user