mirror of
https://github.com/glest/glest-source.git
synced 2025-09-03 04:52:34 +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::map < std::string,
|
||||||
std::vector <
|
std::vector <
|
||||||
FontChangedCallbackInterface * >>registeredFontChangedCallbacks;
|
FontChangedCallbackInterface * > >registeredFontChangedCallbacks;
|
||||||
public:
|
public:
|
||||||
|
|
||||||
enum TextureSystemType
|
enum TextureSystemType
|
||||||
|
Reference in New Issue
Block a user