diff options
Diffstat (limited to 'core/src/Model/WorkflowNodes.hpp')
-rw-r--r-- | core/src/Model/WorkflowNodes.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
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; |