From c7c76883ed0e428f116a117391752768e552d7b7 Mon Sep 17 00:00:00 2001 From: gdd Date: Mon, 8 Nov 2010 10:41:37 +0000 Subject: [PATCH] str::strstream does not compile with recent gcc => changed to str:stringstream --- src/VISUGUI/VisuGUI_Prs3dDlg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/VISUGUI/VisuGUI_Prs3dDlg.cxx b/src/VISUGUI/VisuGUI_Prs3dDlg.cxx index d0e0094f..19782e9d 100644 --- a/src/VISUGUI/VisuGUI_Prs3dDlg.cxx +++ b/src/VISUGUI/VisuGUI_Prs3dDlg.cxx @@ -1174,7 +1174,7 @@ void VisuGUI_ScalarBarPane::createScalarBar() aValForTime = anIter->second; if (aValForTime) { - std::strstream aStream; + std::stringstream aStream; const VISU::TTime& aTime = aValForTime->myTime; aStream<< myTextDlg->getTitleText().toLatin1().data() <<" "; if(myBarDlg->isUnitsVisible()) -- 2.39.2