aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
authorgingerBill <bill@gingerbill.org>2017-11-03 23:46:42 +0000
committergingerBill <bill@gingerbill.org>2017-11-03 23:46:42 +0000
commit121f0185d6923c84d64ee75326d15013eb5d1fe0 (patch)
treeefdd5144c55a761d2f9a81f5d04f4fed264661d6 /src/entity.cpp
parente7999f8450aca9c4c81e272470be438e6a183939 (diff)
Custom thread local models
Diffstat (limited to 'src/entity.cpp')
-rw-r--r--src/entity.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/entity.cpp b/src/entity.cpp
index b84d9a7e0..8fb6f8b69 100644
--- a/src/entity.cpp
+++ b/src/entity.cpp
@@ -84,7 +84,7 @@ struct Entity {
bool default_is_undef;
bool default_is_location;
bool is_immutable;
- bool is_thread_local;
+ String thread_local_model;
bool is_foreign;
bool is_export;
Entity * foreign_library;