diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/client.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client.h b/src/client.h index 2de069eb6..a42334c36 100644 --- a/src/client.h +++ b/src/client.h @@ -402,7 +402,7 @@ private: #ifdef ANDROID #ifdef USE_SDL2 - void extractAssets(); + static void extractAssets(); #endif #endif |