]> matita.cs.unibo.it Git - helm.git/blobdiff - helm/DEVEL/mathml_editor/src/CLoggerConsole.cc
ocaml 3.09 transition
[helm.git] / helm / DEVEL / mathml_editor / src / CLoggerConsole.cc
index f5d4749def82a2581825a4d26a46f12b5272248b..0265f389daa4d0be4bfdf2ed1c25e410cd6b216a 100644 (file)
@@ -31,5 +31,5 @@ void
 CLoggerConsole::message(Level l, const std::string& msg)
 {
   const char* ls[] = { "Error", "Warning", "Info", "Debug" };
-  cerr << "*** " << ls[l] << ": " << msg << endl;
+  std::cerr << "*** " << ls[l] << ": " << msg << std::endl;
 }