mirror of
https://github.com/glest/glest-source.git
synced 2025-08-31 19:51:44 +02:00
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:
@@ -129,7 +129,7 @@ namespace Glest
|
||||
|
||||
std::map < std::string,
|
||||
std::vector <
|
||||
FontChangedCallbackInterface * >>registeredFontChangedCallbacks;
|
||||
FontChangedCallbackInterface * > >registeredFontChangedCallbacks;
|
||||
public:
|
||||
|
||||
enum TextureSystemType
|
||||
|
Reference in New Issue
Block a user