mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-04-01 21:17:44 -05:00
refactor: Get rid of this->m_
This commit is contained in:
@@ -180,12 +180,12 @@ namespace hex::plugin::builtin {
|
||||
}
|
||||
|
||||
unitString = wolv::util::trim(unitString);
|
||||
this->m_unitString = unitString;
|
||||
m_unitString = unitString;
|
||||
if (unitString.empty()) {
|
||||
if (multiplier == 1)
|
||||
return { Unit::Unitless, 1 };
|
||||
else {
|
||||
this->m_unitString = unitStringCopy;
|
||||
m_unitString = unitStringCopy;
|
||||
return { Unit::Unitless, 1 };
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user