summaryrefslogtreecommitdiff
path: root/plugins
diff options
context:
space:
mode:
authorBrian Potchik <brian@vector35.com>2025-03-06 11:02:42 -0500
committerBrian Potchik <brian@vector35.com>2025-03-06 11:02:42 -0500
commit2f63d97acbc9c92a75f4f75e43ebdf152e240919 (patch)
tree0ec527bfac5ceae125239a04a53b6e322e45e7c7 /plugins
parent1208662536039325106917208339208590767363 (diff)
Make the Workflow::Clone name optional and update the docs.
Diffstat (limited to 'plugins')
-rw-r--r--plugins/msvc_rtti/plugin.cpp2
1 files changed, 1 insertions, 1 deletions
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<Workflow> msvcMetaWorkflow = Workflow::Instance("core.module.metaAnalysis")->Clone("core.module.metaAnalysis");
+ Ref<Workflow> msvcMetaWorkflow = Workflow::Instance("core.module.metaAnalysis")->Clone();
// Add RTTI analysis.
msvcMetaWorkflow->RegisterActivity(R"~({