summaryrefslogtreecommitdiff
path: root/ddl/out/LambdaCube.TypeInfo.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'ddl/out/LambdaCube.TypeInfo.hpp')
-rw-r--r--ddl/out/LambdaCube.TypeInfo.hpp9
1 files changed, 5 insertions, 4 deletions
diff --git a/ddl/out/LambdaCube.TypeInfo.hpp b/ddl/out/LambdaCube.TypeInfo.hpp
index 441e00e..2aabf59 100644
--- a/ddl/out/LambdaCube.TypeInfo.hpp
+++ b/ddl/out/LambdaCube.TypeInfo.hpp
@@ -1,5 +1,5 @@
1// generated file, do not modify! 1// generated file, do not modify!
2// 2016-11-10T15:07:11.972496000000Z 2// 2016-11-10T16:02:38.361054000000Z
3 3
4#ifndef HEADER_LambdaCube.TypeInfo_H 4#ifndef HEADER_LambdaCube.TypeInfo_H
5#define HEADER_LambdaCube.TypeInfo_H 5#define HEADER_LambdaCube.TypeInfo_H
@@ -76,9 +76,10 @@ class CompileResult {
76namespace data { 76namespace data {
77 class CompileError : public ::CompileResult { 77 class CompileError : public ::CompileResult {
78 public: 78 public:
79 std::vector<std::shared_ptr<::TypeInfo>> _0; 79 String _0;
80 std::vector<std::shared_ptr<::WarningInfo>> _1; 80 std::vector<std::shared_ptr<::TypeInfo>> _1;
81 std::vector<std::shared_ptr<::ErrorInfo>> _2; 81 std::vector<std::shared_ptr<::WarningInfo>> _2;
82 std::vector<std::shared_ptr<::ErrorInfo>> _3;
82 CompileError() { tag = tag::CompileError; } 83 CompileError() { tag = tag::CompileError; }
83 }; 84 };
84 class Compiled : public ::CompileResult { 85 class Compiled : public ::CompileResult {