From 8ad8dda227fb7b045eace0c419e0bb9b59682945 Mon Sep 17 00:00:00 2001 From: wolf Date: Tue, 30 Jan 2001 12:59:55 +0000 Subject: [PATCH] Fix. git-svn-id: https://svn.dealii.org/trunk@3833 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/base/include/base/exceptions.h | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/deal.II/base/include/base/exceptions.h b/deal.II/base/include/base/exceptions.h index 626f115fc3..db0800f1c7 100644 --- a/deal.II/base/include/base/exceptions.h +++ b/deal.II/base/include/base/exceptions.h @@ -770,11 +770,11 @@ namespace StandardExceptions * * When throwing this exception, * you can give a message as a - * string or @p{char*} as argument - * to the exception that is then + * @p{char*} as argument to the + * exception that is then * displayed. */ - DeclException1 (ExcMessage, string, + DeclException1 (ExcMessage, char*, << arg1); }; -- 2.39.5