mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
fix: Another linux build error
This commit is contained in:
@@ -448,7 +448,7 @@ namespace hex::plugin::builtin {
|
||||
|
||||
std::string name;
|
||||
if (split.size() > 5)
|
||||
name = wolv::util::trim(combineStrings(std::vector(split.begin() + 5, split.end()), " "));
|
||||
name = wolv::util::trim(wolv::util::combineStrings(std::vector(split.begin() + 5, split.end()), " "));
|
||||
|
||||
m_memoryRegions.insert({ { start, end - start }, name });
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user