aboutsummaryrefslogtreecommitdiff
path: root/src/entity.cpp
diff options
context:
space:
mode:
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;