summaryrefslogtreecommitdiff
path: root/lib/haxe/src/org/apache/thrift/protocol/TType.hx
diff options
context:
space:
mode:
Diffstat (limited to 'lib/haxe/src/org/apache/thrift/protocol/TType.hx')
-rw-r--r--lib/haxe/src/org/apache/thrift/protocol/TType.hx1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/haxe/src/org/apache/thrift/protocol/TType.hx b/lib/haxe/src/org/apache/thrift/protocol/TType.hx
index 964b26ef6..8e21ed7c0 100644
--- a/lib/haxe/src/org/apache/thrift/protocol/TType.hx
+++ b/lib/haxe/src/org/apache/thrift/protocol/TType.hx
@@ -34,4 +34,5 @@ abstract TType(Int) from Int to Int {
public static inline var MAP : Int = 13;
public static inline var SET : Int = 14;
public static inline var LIST : Int = 15;
+ public static inline var UUID : Int = 16;
}