From b00b306de1140cb7b759ed0f639e8210fd7dffa6 Mon Sep 17 00:00:00 2001 From: rtk0c Date: Sun, 18 Apr 2021 22:29:10 -0700 Subject: Initial work on evaluation --- core/src/Model/WorkflowNodes.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'core/src/Model/WorkflowNodes.hpp') diff --git a/core/src/Model/WorkflowNodes.hpp b/core/src/Model/WorkflowNodes.hpp index e7d4bfc..677158c 100644 --- a/core/src/Model/WorkflowNodes.hpp +++ b/core/src/Model/WorkflowNodes.hpp @@ -39,7 +39,7 @@ public: // TODO }; -class FormatTextNode : public WorkflowNode { +class TextFormatterNode : public WorkflowNode { public: enum ArgumentType { NumericArgument, @@ -57,7 +57,7 @@ private: public: static BaseValue::Kind ArgumentTypeToValueKind(ArgumentType arg); static bool IsInstance(const WorkflowNode* node); - FormatTextNode(); + TextFormatterNode(); int GetElementCount() const; const Element& GetElement(int idx) const; -- cgit v1.2.3-70-g09d2