From bb2ab4bc5b2c9cc25ef1858ac538f2dc48af2d2c Mon Sep 17 00:00:00 2001 From: rtk0c Date: Fri, 21 May 2021 18:34:20 -0700 Subject: Fix type and field the same name --- core/src/Model/Workflow/Nodes/TextNodes.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/Model/Workflow/Nodes/TextNodes.hpp') diff --git a/core/src/Model/Workflow/Nodes/TextNodes.hpp b/core/src/Model/Workflow/Nodes/TextNodes.hpp index 1beb145..c33854c 100644 --- a/core/src/Model/Workflow/Nodes/TextNodes.hpp +++ b/core/src/Model/Workflow/Nodes/TextNodes.hpp @@ -22,7 +22,7 @@ private: struct Argument { - ArgumentType ArgumentType; + ArgumentType Type; int PinIdx; }; using Element = std::variant; @@ -50,4 +50,4 @@ public: private: void PreRemoveElement(int idx); -}; \ No newline at end of file +}; -- cgit v1.2.3-70-g09d2