From 9d6f183fca42497ae1b0d27f0b95174fc5e11646 Mon Sep 17 00:00:00 2001 From: Nate Koenig Date: Thu, 1 Dec 2022 14:16:57 -0800 Subject: [PATCH] Updates Signed-off-by: Nate Koenig --- include/gz/utils/NeverDestroyed.hh | 2 +- include/ignition/utils/config.hh | 8 +++++--- 2 files changed, 6 insertions(+), 4 deletions(-) diff --git a/include/gz/utils/NeverDestroyed.hh b/include/gz/utils/NeverDestroyed.hh index f50cabd..049e3ac 100644 --- a/include/gz/utils/NeverDestroyed.hh +++ b/include/gz/utils/NeverDestroyed.hh @@ -78,7 +78,7 @@ namespace utils /// Foo ParseFoo(const std::string& foo_string) /// { /// using Dict = std::unordered_map; -/// static const igntion::utils::NeverDestroyed string_to_enum +/// static const ignition::utils::NeverDestroyed string_to_enum /// { /// std::initializer_list /// { diff --git a/include/ignition/utils/config.hh b/include/ignition/utils/config.hh index be2706c..8498145 100644 --- a/include/ignition/utils/config.hh +++ b/include/ignition/utils/config.hh @@ -15,8 +15,8 @@ * */ -#ifndef GZ_GUI__CONFIG_HH_ -#define GZ_GUI__CONFIG_HH_ +#ifndef IGNITION_GUI__CONFIG_HH_ +#define IGNITION_GUI__CONFIG_HH_ #include @@ -30,7 +30,9 @@ // // #define IGNITION_UTILS_VERSION_NAMESPACE v${PROJECT_VERSION_MAJOR} // -// #define IGNITION_UTILS_VERSION_HEADER "Gazebo ${IGN_DESIGNATION}, version ${PROJECT_VERSION_FULL}\nCopyright (C) 2020 Open Source Robotics Foundation.\nReleased under the Apache 2.0 License.\n\n" +// #define IGNITION_UTILS_VERSION_HEADER "Gazebo ${IGN_DESIGNATION}, version +// ${PROJECT_VERSION_FULL}\nCopyright (C) 2020 Open Source Robotics +// Foundation.\nReleased under the Apache 2.0 License.\n\n" // // #cmakedefine IGNITION_UTILS_BUILD_TYPE_PROFILE 1 // #cmakedefine IGNITION_UTILS_BUILD_TYPE_DEBUG 1