From ec544bddb3e039364fd16981544c2282ccc9a401 Mon Sep 17 00:00:00 2001 From: Michael Fabian 'Xaymar' Dirks Date: Mon, 14 Jan 2019 23:03:15 +0100 Subject: [PATCH] gs-texture: Move ENABLE_BITMAPS_OPERATORS to global scope --- source/gs-texture.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/source/gs-texture.hpp b/source/gs-texture.hpp index b30af0f..5c65431 100644 --- a/source/gs-texture.hpp +++ b/source/gs-texture.hpp @@ -117,6 +117,6 @@ namespace gs { gs_color_format get_color_format(); }; - - ENABLE_BITMASK_OPERATORS(gs::texture::flags) } // namespace gs + +ENABLE_BITMASK_OPERATORS(gs::texture::flags)