mirror of
https://github.com/pocoproject/poco.git
synced 2024-12-13 10:32:57 +01:00
merge changes from 1.11.8
This commit is contained in:
parent
ee7e8dc29f
commit
58af2ebc46
@ -48,6 +48,7 @@ void CodeGenerator::writeEndNameSpace(const std::string& nameSpace) const
|
||||
auto ns = splitNameSpace(nameSpace);
|
||||
for (const auto& s: ns)
|
||||
{
|
||||
(void) s; // avoid unused variable warning
|
||||
_stream << "} ";
|
||||
}
|
||||
_stream << "// namespace " << nameSpace << "\n";
|
||||
|
@ -78,7 +78,7 @@ protected:
|
||||
helpFormatter.setHeader(
|
||||
"\n"
|
||||
"The POCO C++ Libraries ActiveRecord ORM Compiler.\n"
|
||||
"Copyright (c) 2020-2022 by Applied Informatics Software Engineering GmbH.\n"
|
||||
"Copyright (c) 2020-2023 by Applied Informatics Software Engineering GmbH.\n"
|
||||
"All rights reserved.\n\n"
|
||||
"This program generates C++ source code from an ActiveRecord "
|
||||
"XML definition. "
|
||||
|
Loading…
Reference in New Issue
Block a user