1
0
mirror of https://github.com/godotengine/godot.git synced 2025-11-15 13:51:40 +00:00

Synchronize parameter names in definition and declaration

Fixes #10244.
This commit is contained in:
TwistedTwigleg
2017-08-11 15:10:05 -04:00
committed by Rémi Verschelde
parent b1ecaaa22b
commit 00f6c85928
134 changed files with 974 additions and 974 deletions

View File

@@ -71,7 +71,7 @@ public:
virtual void set_pause(bool p_pause);
static void setup(jobject act);
static void setup(jobject p_io);
static void thread_func(JNIEnv *env);
AudioDriverAndroid();