Skip to content

Commit

Permalink
Fixed build
Browse files Browse the repository at this point in the history
  • Loading branch information
deathkiller committed Nov 26, 2024
1 parent 61b1c7b commit 80f7639
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/nCine/Backends/Android/AndroidJniHelper.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -516,7 +516,7 @@ namespace nCine
}
}

int AndroidJniClass_Display::getCharacters(char* destination, int maxStringSize) const
int AndroidJniClass_KeyEvent::getCharacters(char* destination, int maxStringSize) const
{
jstring strCharacters = static_cast<jstring>(AndroidJniHelper::jniEnv->CallObjectMethod(javaObject_, midGetCharacters_));
int length;
Expand Down

0 comments on commit 80f7639

Please sign in to comment.