From 47bcf6b7096d8a210d3a92d8b36913bc8163c9b4 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Mon, 12 Dec 2016 21:19:11 +0300 Subject: Another fix for old compilers. --- src/resources/surfaceimagehelper.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/surfaceimagehelper.h') diff --git a/src/resources/surfaceimagehelper.h b/src/resources/surfaceimagehelper.h index 243a370c1..65aa682a9 100644 --- a/src/resources/surfaceimagehelper.h +++ b/src/resources/surfaceimagehelper.h @@ -63,7 +63,7 @@ class SurfaceImageHelper 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 -- cgit v1.2.3-60-g2f50