'>>' should be '> >' within a nested template argument list

Change-Id: I469174dc23cdca871e41a3500bede3c941fcaca4
This commit is contained in:
Tor Lillqvist
2014-08-13 09:46:24 +03:00
parent 369b84e847
commit cd0bbdaf37

View File

@@ -164,7 +164,7 @@ private:
TimeValue maFPSRenderEndTime;
TimeValue maDataUpdateStartTime;
TimeValue maDataUpdateEndTime;
std::map<sal_uInt32, std::list<float>> maBarHistory;
std::map<sal_uInt32, std::list<float> > maBarHistory;
std::vector<sal_uInt32> maVectorNearest;
std::map<sal_uInt32, float> maDistanceMap;
};