diff options
Diffstat (limited to 'examples/workflows/unflatten/library.cpp')
| -rw-r--r-- | examples/workflows/unflatten/library.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/examples/workflows/unflatten/library.cpp b/examples/workflows/unflatten/library.cpp index cb4e9b9a..4cd899ed 100644 --- a/examples/workflows/unflatten/library.cpp +++ b/examples/workflows/unflatten/library.cpp @@ -411,7 +411,7 @@ extern "C" BINARYNINJAPLUGIN bool CorePluginInit() { - auto wf = Workflow::Instance("core.function.metaAnalysis")->Clone("core.function.metaAnalysis"); + auto wf = Workflow::Get("core.function.metaAnalysis")->Clone("core.function.metaAnalysis"); wf->RegisterActivity(new Activity(R"~( { "name": "extension.unflatten_limoncello_cpp.unflatten.dry_run", |
