diff options
Diffstat (limited to 'src/resources/sdl2softwareimagehelper.h')
-rw-r--r-- | src/resources/sdl2softwareimagehelper.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/sdl2softwareimagehelper.h b/src/resources/sdl2softwareimagehelper.h index 6db14868f..789bfea85 100644 --- a/src/resources/sdl2softwareimagehelper.h +++ b/src/resources/sdl2softwareimagehelper.h @@ -60,7 +60,7 @@ class SDL2SoftwareImageHelper final : public ImageHelper const float alpha) override final A_WARN_UNUSED; - constexpr static void SDLSetEnableAlphaCache(const bool n) noexcept2 + constexpr2 static void SDLSetEnableAlphaCache(const bool n) noexcept2 { mEnableAlphaCache = n; } static bool SDLGetEnableAlphaCache() noexcept2 A_WARN_UNUSED |