aboutsummaryrefslogtreecommitdiff
path: root/app/source/Cplt/Model/Workflow/Values/List.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'app/source/Cplt/Model/Workflow/Values/List.hpp')
-rw-r--r--app/source/Cplt/Model/Workflow/Values/List.hpp6
1 files changed, 2 insertions, 4 deletions
diff --git a/app/source/Cplt/Model/Workflow/Values/List.hpp b/app/source/Cplt/Model/Workflow/Values/List.hpp
index cc8e061..36f71a1 100644
--- a/app/source/Cplt/Model/Workflow/Values/List.hpp
+++ b/app/source/Cplt/Model/Workflow/Values/List.hpp
@@ -5,11 +5,9 @@
#include <memory>
#include <vector>
-class ListValue : public BaseValue
-{
+class ListValue : public BaseValue {
public:
- class Iterator
- {
+ class Iterator {
private:
std::vector<std::unique_ptr<BaseValue>>::iterator mIter;