summaryrefslogtreecommitdiff
path: root/ddl/out/TypeInfo2.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/out/TypeInfo2.hpp')
-rw-r--r--ddl/out/TypeInfo2.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ddl/out/TypeInfo2.hpp b/ddl/out/TypeInfo2.hpp
index 739db82..9ac29c9 100644
--- a/ddl/out/TypeInfo2.hpp
+++ b/ddl/out/TypeInfo2.hpp
@@ -1,5 +1,5 @@
1// generated file, do not modify! 1// generated file, do not modify!
2// 2015-12-21T12:00:19.854088000000Z 2// 2016-01-18T14:30:08.262123Z
3 3
4#ifndef HEADER_TypeInfo_H 4#ifndef HEADER_TypeInfo_H
5#define HEADER_TypeInfo_H 5#define HEADER_TypeInfo_H
@@ -33,8 +33,9 @@ namespace data {
33 }; 33 };
34 class MyRight { 34 class MyRight {
35 public: 35 public:
36 std::shared_ptr<::Pipeline> _0; 36 String _0;
37 std::vector<std::shared_ptr<::TypeInfo>> _1; 37 std::shared_ptr<::Pipeline> _1;
38 std::vector<std::shared_ptr<::TypeInfo>> _2;
38 }; 39 };
39} 40}
40class MyEither { 41class MyEither {