]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/TDocument.cc
C++ 3.2 aware changes
[helm.git] / helm / DEVEL / mathml_editor / src / TDocument.cc
index 5f5a07e4b6d0a382f54800a14cc82523519524b2..322a08d7f84bfd25d0fa6005d57de7338b5e46a9 100644 (file)
@@ -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();
 }