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.hpp7
1 files changed, 4 insertions, 3 deletions
diff --git a/ddl/out/LambdaCube.TypeInfo.hpp b/ddl/out/LambdaCube.TypeInfo.hpp
index 993388d..ec24562 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-02-26T11:29:11.823283000000Z 2// 2016-02-26T11:37:22.609565000000Z
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
@@ -48,8 +48,9 @@ class CompileResult {
48namespace data { 48namespace data {
49 class CompileError : public ::CompileResult { 49 class CompileError : public ::CompileResult {
50 public: 50 public:
51 std::vector<std::shared_ptr<::TypeInfo>> _0; 51 std::vector<std::shared_ptr<::Range>> _0;
52 std::vector<std::shared_ptr<::TypeInfo>> _1; 52 String _1;
53 std::vector<std::shared_ptr<::TypeInfo>> _2;
53 CompileError() { tag = tag::CompileError; } 54 CompileError() { tag = tag::CompileError; }
54 }; 55 };
55 class Compiled : public ::CompileResult { 56 class Compiled : public ::CompileResult {