Planet
navi homePPSaboutscreenshotsdownloaddevelopmentforum

Ignore:
Timestamp:
Nov 7, 2015, 10:23:42 AM (9 years ago)
Author:
landauf
Message:

no space needed anymore between closing template brackets ('> >' → '>>')

File:
1 edited

Legend:

Unmodified
Added
Removed
  • code/branches/cpp11_v2/src/libraries/tools/TextureGenerator.h

    r5781 r10769  
    5353        ~TextureGenerator();
    5454
    55         static std::map<std::string, std::map<ColourValue, std::string> > materials_s;
     55        static std::map<std::string, std::map<ColourValue, std::string>> materials_s;
    5656        static unsigned int materialCount_s;
    5757    };
Note: See TracChangeset for help on using the changeset viewer.