X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Fsrc%2FTDocument.cc;h=322a08d7f84bfd25d0fa6005d57de7338b5e46a9;hb=3c7ca719c304eb7de7d8d4e9a90ebe0db8d8ecab;hp=5f5a07e4b6d0a382f54800a14cc82523519524b2;hpb=c112706f347e08e7f345131fbc4c3aa0e9ecc7b5;p=helm.git diff --git a/helm/DEVEL/mathml_editor/src/TDocument.cc b/helm/DEVEL/mathml_editor/src/TDocument.cc index 5f5a07e4b..322a08d7f 100644 --- a/helm/DEVEL/mathml_editor/src/TDocument.cc +++ b/helm/DEVEL/mathml_editor/src/TDocument.cc @@ -70,7 +70,7 @@ TDocument::serialize(const char* filename) const std::string TDocument::makeId(unsigned id) { - ostringstream os; + std::ostringstream os; os << "I" << id; return os.str(); }