mirror of
https://github.com/WerWolv/ImHex.git
synced 2026-03-28 07:47:03 -05:00
impr: Various web build improvements, API cleanup (#1541)
This commit is contained in:
@@ -61,7 +61,7 @@ namespace hex::plugin::diffing {
|
||||
|
||||
ImGui::PushID(&column);
|
||||
|
||||
auto &providers = ImHexApi::Provider::getProviders();
|
||||
auto providers = ImHexApi::Provider::getProviders();
|
||||
auto &providerIndex = column.provider;
|
||||
|
||||
// Get the name of the currently selected provider
|
||||
|
||||
Reference in New Issue
Block a user