From 0c274f3389f76c604483e86031c9a18a00ca9088 Mon Sep 17 00:00:00 2001 From: kevin Date: Mon, 10 Mar 2025 19:56:55 -0400 Subject: [PATCH] cwFlowDecl.h : Replaced ui_var_t.desc_cfg with ui_cfg. --- cwFlowDecl.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cwFlowDecl.h b/cwFlowDecl.h index 60f373c..49355aa 100644 --- a/cwFlowDecl.h +++ b/cwFlowDecl.h @@ -118,7 +118,7 @@ namespace cw const char* label; // flow::variable_t::label unsigned label_sfx_id; // flow::variable_t::label_sfx_id - const object_t* desc_cfg; // var desc cfg from flow::var_desc_t + const object_t* ui_cfg; // ui cfg from flow::var_desc_t unsigned desc_flags; // flow::var_desc_t::flags bool has_source_fl; // true if this var is connected to a source var