diff options
Diffstat (limited to 'core/src/Model/Workflow/Nodes/TextNodes.hpp')
-rw-r--r-- | core/src/Model/Workflow/Nodes/TextNodes.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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<std::string, Argument>; @@ -50,4 +50,4 @@ public: private: void PreRemoveElement(int idx); -};
\ No newline at end of file +}; |