fix: Properly localize Undo and Redo

This commit is contained in:
WerWolv
2021-04-14 09:03:41 +02:00
parent 8314b147d5
commit 2e338ebc01
2 changed files with 3 additions and 3 deletions

View File

@@ -104,7 +104,7 @@ namespace hex {
return (value & mask) >> to;
}
template<typename T>
struct always_false : std::false_type {};