diff options
Diffstat (limited to 'modules/mono/csharp_script.h')
-rw-r--r-- | modules/mono/csharp_script.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/modules/mono/csharp_script.h b/modules/mono/csharp_script.h index e28c91da2c..bea6d4f7a3 100644 --- a/modules/mono/csharp_script.h +++ b/modules/mono/csharp_script.h @@ -283,8 +283,8 @@ public: const Variant get_rpc_config() const override; - void notification(int p_notification) override; - void _call_notification(int p_notification); + void notification(int p_notification, bool p_reversed = false) override; + void _call_notification(int p_notification, bool p_reversed = false); String to_string(bool *r_valid) override; |