From 3d812be8aab39f656f4c68f2e65260f812671769 Mon Sep 17 00:00:00 2001 From: andy5995 Date: Mon, 19 Feb 2018 07:57:22 -0600 Subject: [PATCH] core_data.h:add ' ' between '>>' MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Fixes the travis build ``` /home/travis/build/ZetaGlest/zetaglest-source/source/g3d_viewer/../glest_game/global/core_data.h:132:40: error: ‘>>’ should be ‘> >’ within a nested template argument list FontChangedCallbackInterface * >>registeredFontChangedCallbacks;``` --- source/glest_game/global/core_data.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/glest_game/global/core_data.h b/source/glest_game/global/core_data.h index 3dbd804a5..987c70f47 100644 --- a/source/glest_game/global/core_data.h +++ b/source/glest_game/global/core_data.h @@ -129,7 +129,7 @@ namespace Glest std::map < std::string, std::vector < - FontChangedCallbackInterface * >>registeredFontChangedCallbacks; + FontChangedCallbackInterface * > >registeredFontChangedCallbacks; public: enum TextureSystemType