summaryrefslogtreecommitdiff
path: root/modules/nativescript/nativescript.h
diff options
context:
space:
mode:
authorThomas Herzog <thomas.herzog@mail.com>2017-07-27 13:03:10 +0200
committerGitHub <noreply@github.com>2017-07-27 13:03:10 +0200
commit3c53b3560fe1ae6b476cf6941ca0d7c79e0093a7 (patch)
tree87dc648f137a9d0d47766b281427766f621ad48f /modules/nativescript/nativescript.h
parent411f09a512d5847fc9c6270439308d1e3093f211 (diff)
parent135c2112ad87265d35899dede34c3a7e06ec2f54 (diff)
Merge pull request #9907 from karroffel/nativescript-init-call
NativeScript changes and OS symbol lookup optional error handling
Diffstat (limited to 'modules/nativescript/nativescript.h')
-rw-r--r--modules/nativescript/nativescript.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/modules/nativescript/nativescript.h b/modules/nativescript/nativescript.h
index 05e2d361d3..95b4954171 100644
--- a/modules/nativescript/nativescript.h
+++ b/modules/nativescript/nativescript.h
@@ -106,6 +106,9 @@ class NativeScript : public Script {
String class_name;
+#ifndef NO_THREADS
+ Mutex *owners_lock;
+#endif
Set<Object *> instance_owners;
protected: