summaryrefslogtreecommitdiff
path: root/zenxml/cvrt_struc.h
diff options
context:
space:
mode:
Diffstat (limited to 'zenxml/cvrt_struc.h')
-rw-r--r--zenxml/cvrt_struc.h9
1 files changed, 1 insertions, 8 deletions
diff --git a/zenxml/cvrt_struc.h b/zenxml/cvrt_struc.h
index b5340ec9..690edacb 100644
--- a/zenxml/cvrt_struc.h
+++ b/zenxml/cvrt_struc.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 *
// **************************************************************************
@@ -47,13 +47,6 @@ template <class T> void writeStruc(const T& value, XmlElement& output);
-
-
-
-
-
-
-
//------------------------------ implementation -------------------------------------
namespace impl_2384343
{
bgstack15