diff options
Diffstat (limited to 'src/client.h')
-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 82a5a3983..e311cdecb 100644 --- a/src/client.h +++ b/src/client.h @@ -270,7 +270,7 @@ public: const bool always = false) { instance()->resizeVideo(width, height, always); } - static void setGuiAlpha(float n); + static void setGuiAlpha(const float n); static float getGuiAlpha(); |