Skip to content

Commit

Permalink
sys: Updated pattern language library
Browse files Browse the repository at this point in the history
  • Loading branch information
WerWolv committed Apr 17, 2022
1 parent 202a02a commit ea2c2df
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion lib/external/pattern_language
Original file line number Diff line number Diff line change
Expand Up @@ -109,7 +109,7 @@ namespace hex::plugin::builtin {
return;

auto provider = ImHexApi::Provider::get();
auto runtime = provider->getPatternLanguageRuntime();
auto &runtime = provider->getPatternLanguageRuntime();

auto mimeType = magic::getMIMEType(ImHexApi::Provider::get());

Expand Down

0 comments on commit ea2c2df

Please sign in to comment.