ux: Allow copying value from data inspector

This commit is contained in:
WerWolv
2021-03-02 22:09:38 +01:00
parent 6e71d5aa31
commit a91afdb6ae
4 changed files with 43 additions and 22 deletions

View File

@@ -142,7 +142,7 @@ namespace hex {
Octal
};
using DisplayFunction = std::function<void()>;
using DisplayFunction = std::function<std::string()>;
using GeneratorFunction = std::function<DisplayFunction(const std::vector<u8>&, std::endian, NumberDisplayStyle)>;
struct Entry {