diff options
Diffstat (limited to 'zenxml/error.h')
-rw-r--r-- | zenxml/error.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zenxml/error.h b/zenxml/error.h index a90dd35a..bea04520 100644 --- a/zenxml/error.h +++ b/zenxml/error.h @@ -1,5 +1,5 @@ // ************************************************************************** -// * This file is part of the zenXML project. It is distributed under the * +// * This file is part of the zen::Xml project. It is distributed under the * // * Boost Software License: http://www.boost.org/LICENSE_1_0.txt * // * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved * // ************************************************************************** @@ -9,7 +9,7 @@ namespace zen { -///Exception base class for zenXML +///Exception base class for zen::Xml struct XmlError { virtual ~XmlError() {} |