Kaydet (Commit) cd0bbdaf authored tarafından Tor Lillqvist's avatar Tor Lillqvist

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

Change-Id: I469174dc23cdca871e41a3500bede3c941fcaca4
üst 369b84e8
......@@ -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;
};
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment