You've already forked godot
mirror of
https://github.com/godotengine/godot.git
synced 2025-11-18 14:21:41 +00:00
Add override keywords.
This commit is contained in:
@@ -52,7 +52,7 @@ class JNISingleton : public Object {
|
||||
#endif
|
||||
|
||||
public:
|
||||
virtual Variant call(const StringName &p_method, const Variant **p_args, int p_argcount, Callable::CallError &r_error) {
|
||||
virtual Variant call(const StringName &p_method, const Variant **p_args, int p_argcount, Callable::CallError &r_error) override {
|
||||
#ifdef ANDROID_ENABLED
|
||||
Map<StringName, MethodData>::Element *E = method_map.find(p_method);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user