chart2/source/view/inc/GL3DBarChart.hxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit cd0bbdaf379d646c94e6771f3358d7e3a8f206ad
Author: Tor Lillqvist <t...@collabora.com>
Date:   Wed Aug 13 09:46:24 2014 +0300

    '>>' should be '> >' within a nested template argument list
    
    Change-Id: I469174dc23cdca871e41a3500bede3c941fcaca4

diff --git a/chart2/source/view/inc/GL3DBarChart.hxx 
b/chart2/source/view/inc/GL3DBarChart.hxx
index 3f8ea1d..4e9f7ca 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;
 };
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to