From 2f63d97acbc9c92a75f4f75e43ebdf152e240919 Mon Sep 17 00:00:00 2001 From: Brian Potchik Date: Thu, 6 Mar 2025 11:02:42 -0500 Subject: Make the Workflow::Clone name optional and update the docs. --- plugins/msvc_rtti/plugin.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/msvc_rtti/plugin.cpp') diff --git a/plugins/msvc_rtti/plugin.cpp b/plugins/msvc_rtti/plugin.cpp index 226c14fa..ee3ebb32 100644 --- a/plugins/msvc_rtti/plugin.cpp +++ b/plugins/msvc_rtti/plugin.cpp @@ -52,7 +52,7 @@ extern "C" { // TODO: 2. Identify if the function is unique to a class, renaming and retyping if true // TODO: 3. Identify functions which address a VFT and are probably a constructor (alloc use), retyping if true // TODO: 4. Identify functions which address a VFT and are probably a deconstructor (free use), retyping if true - Ref msvcMetaWorkflow = Workflow::Instance("core.module.metaAnalysis")->Clone("core.module.metaAnalysis"); + Ref msvcMetaWorkflow = Workflow::Instance("core.module.metaAnalysis")->Clone(); // Add RTTI analysis. msvcMetaWorkflow->RegisterActivity(R"~({ -- cgit v1.3.1