mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 15:57:03 -05:00
fix: Multiple issues causing visualizers to crash when used _slightly_ incorrectly
This commit is contained in:
@@ -14,7 +14,7 @@ using namespace hex::plugin::disasm;
|
||||
|
||||
namespace hex::plugin::disasm {
|
||||
|
||||
void drawDisassemblyVisualizer(pl::ptrn::Pattern &, pl::ptrn::IIterable &, bool, std::span<const pl::core::Token::Literal> arguments);
|
||||
void drawDisassemblyVisualizer(pl::ptrn::Pattern &, bool, std::span<const pl::core::Token::Literal> arguments);
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user