From 3b2b516ce0fee9bc609f4213affa5b0a71f08cb1 Mon Sep 17 00:00:00 2001 From: Markus Mohrhard Date: Tue, 19 Nov 2013 13:54:35 +0100 Subject: this only works with c++11 --- chart2/source/view/charttypes/AreaChart.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'chart2') diff --git a/chart2/source/view/charttypes/AreaChart.cxx b/chart2/source/view/charttypes/AreaChart.cxx index 17c5c7e403e9..49cf103c0135 100644 --- a/chart2/source/view/charttypes/AreaChart.cxx +++ b/chart2/source/view/charttypes/AreaChart.cxx @@ -688,7 +688,7 @@ void AreaChart::createShapes() ::std::vector< ::std::vector< VDataSeriesGroup > >::iterator aZSlotIter = m_aZSlots.begin(); const ::std::vector< ::std::vector< VDataSeriesGroup > >::const_iterator aZSlotEnd = m_aZSlots.end(); - std::vector> aLogicYSumMapByX(nEndIndex);//one for each different nAttachedAxisIndex + std::vector > aLogicYSumMapByX(nEndIndex);//one for each different nAttachedAxisIndex for( ; aZSlotIter != aZSlotEnd; ++aZSlotIter ) { ::std::vector< VDataSeriesGroup >::iterator aXSlotIter = aZSlotIter->begin(); -- cgit