summaryrefslogtreecommitdiff
path: root/chart2
diff options
context:
space:
mode:
authorTor Lillqvist <tml@collabora.com>2014-08-13 09:46:24 +0300
committerTor Lillqvist <tml@collabora.com>2014-08-13 09:46:43 +0300
commitcd0bbdaf379d646c94e6771f3358d7e3a8f206ad (patch)
tree77efe44bfe17aa47afeb45dd21bc8eb4dcab8ed3 /chart2
parent369b84e847802d77e7469f4ed71400c20e23039f (diff)
'>>' should be '> >' within a nested template argument list
Change-Id: I469174dc23cdca871e41a3500bede3c941fcaca4
Diffstat (limited to 'chart2')
-rw-r--r--chart2/source/view/inc/GL3DBarChart.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/chart2/source/view/inc/GL3DBarChart.hxx b/chart2/source/view/inc/GL3DBarChart.hxx
index 3f8ea1df0fa3..4e9f7caf64c3 100644
--- a/chart2/source/view/inc/GL3DBarChart.hxx
+++ b/chart2/source/view/inc/GL3DBarChart.hxx
@@ -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;
};