X-Git-Url: http://matita.cs.unibo.it/gitweb/?a=blobdiff_plain;f=helm%2FDEVEL%2Fmathml_editor%2Ftextomml%2Fmain.cc;h=473576fde7c2cc2f0a479a54acd509de57917767;hb=3c7ca719c304eb7de7d8d4e9a90ebe0db8d8ecab;hp=19a9621895a22d52a893d1b593d2dcd9232557ae;hpb=c112706f347e08e7f345131fbc4c3aa0e9ecc7b5;p=helm.git diff --git a/helm/DEVEL/mathml_editor/textomml/main.cc b/helm/DEVEL/mathml_editor/textomml/main.cc index 19a962189..473576fde 100644 --- a/helm/DEVEL/mathml_editor/textomml/main.cc +++ b/helm/DEVEL/mathml_editor/textomml/main.cc @@ -98,7 +98,7 @@ parseError(const char* option) printHelp(); } -void +int main(int argc, char* argv[]) { CLoggerConsole logger; @@ -175,7 +175,7 @@ main(int argc, char* argv[]) if (optind < argc) { - ifstream file(argv[optind]); + std::ifstream file(argv[optind]); if (!file) { std::cerr << "can't open input file `" << argv[optind] << "'" << std::endl;