core_data.h:add ' ' between '>>'

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;```
This commit is contained in:
andy5995
2018-02-19 07:57:22 -06:00
parent 7f44a83c87
commit 3d812be8aa

View File

@@ -129,7 +129,7 @@ namespace Glest
std::map < std::string,
std::vector <
FontChangedCallbackInterface * >>registeredFontChangedCallbacks;
FontChangedCallbackInterface * > >registeredFontChangedCallbacks;
public:
enum TextureSystemType