summaryrefslogtreecommitdiff
path: root/zenxml/xml.h
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2014-04-18 17:24:59 +0200
committerDaniel Wilhelm <daniel@wili.li>2014-04-18 17:24:59 +0200
commita1c91f4695e208d5a8f80dc37b1818169b7829ff (patch)
tree52f5134376d17c99b6c9e53133a2eb5cf171377c /zenxml/xml.h
parent5.16 (diff)
downloadFreeFileSync-a1c91f4695e208d5a8f80dc37b1818169b7829ff.tar.gz
FreeFileSync-a1c91f4695e208d5a8f80dc37b1818169b7829ff.tar.bz2
FreeFileSync-a1c91f4695e208d5a8f80dc37b1818169b7829ff.zip
5.17
Diffstat (limited to 'zenxml/xml.h')
-rw-r--r--zenxml/xml.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/zenxml/xml.h b/zenxml/xml.h
index 0fd954ae..3a01b1a1 100644
--- a/zenxml/xml.h
+++ b/zenxml/xml.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 @@
#include "bind.h"
-/// The zenXML namespace
+/// The zen::Xml namespace
namespace zen {}
#endif //ZEN_XML_HEADER_349578228034572457454554 \ No newline at end of file
bgstack15