From: Peter Munch Date: Thu, 16 Jan 2020 06:30:59 +0000 (+0100) Subject: Fix input arguemnt type of ExcFileNotOpen() X-Git-Tag: v9.2.0-rc1~664^2 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F9346%2Fhead;p=dealii.git Fix input arguemnt type of ExcFileNotOpen() --- diff --git a/include/deal.II/base/exceptions.h b/include/deal.II/base/exceptions.h index b22af1053d..a39dc457b9 100644 --- a/include/deal.II/base/exceptions.h +++ b/include/deal.II/base/exceptions.h @@ -741,8 +741,8 @@ namespace StandardExceptions /** * An error occurred opening the named file. * - * The constructor takes a single argument of type char* naming the - * file. + * The constructor takes a single argument of type std::string naming + * the file. */ DeclException1(ExcFileNotOpen, std::string,