summaryrefslogtreecommitdiff
path: root/ddl/out/TypeInfo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/out/TypeInfo.hpp')
-rw-r--r--ddl/out/TypeInfo.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ddl/out/TypeInfo.hpp b/ddl/out/TypeInfo.hpp
index afba764..fdad33d 100644
--- a/ddl/out/TypeInfo.hpp
+++ b/ddl/out/TypeInfo.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
@@ -41,8 +41,9 @@ namespace data {
41 }; 41 };
42 class MyRight : public ::MyEither { 42 class MyRight : public ::MyEither {
43 public: 43 public:
44 std::shared_ptr<::Pipeline> _0; 44 String _0;
45 std::vector<std::shared_ptr<::TypeInfo>> _1; 45 std::shared_ptr<::Pipeline> _1;
46 std::vector<std::shared_ptr<::TypeInfo>> _2;
46 MyRight() { tag = tag::MyRight; } 47 MyRight() { tag = tag::MyRight; }
47 }; 48 };
48} 49}