mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-02 21:47:40 -05:00
fix: CppCheck issues
This commit is contained in:
@@ -58,7 +58,7 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
}
|
||||
|
||||
std::string formatAs(Value other) {
|
||||
std::string formatAs(const Value &other) {
|
||||
return std::visit([&, this]<typename T>(T value) -> std::string {
|
||||
|
||||
auto unit = other.getUnit();
|
||||
|
||||
Reference in New Issue
Block a user