summaryrefslogtreecommitdiff
path: root/modules/nativescript
diff options
context:
space:
mode:
Diffstat (limited to 'modules/nativescript')
-rw-r--r--modules/nativescript/nativescript.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/nativescript/nativescript.h b/modules/nativescript/nativescript.h
index c60effd0c1..b62fefec40 100644
--- a/modules/nativescript/nativescript.h
+++ b/modules/nativescript/nativescript.h
@@ -120,7 +120,7 @@ public:
void set_class_name(String p_class_name);
String get_class_name() const;
- void set_library(Ref<GDNativeLibrary> library);
+ void set_library(Ref<GDNativeLibrary> p_library);
Ref<GDNativeLibrary> get_library() const;
virtual bool can_instance() const;