Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
Signed-off-by: Nate Koenig <[email protected]>
  • Loading branch information
Nate Koenig committed Dec 1, 2022
1 parent e1c99ab commit 9d6f183
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
2 changes: 1 addition & 1 deletion include/gz/utils/NeverDestroyed.hh
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ namespace utils
/// Foo ParseFoo(const std::string& foo_string)
/// {
/// using Dict = std::unordered_map<std::string, Foo>;
/// static const igntion::utils::NeverDestroyed<Dict> string_to_enum
/// static const ignition::utils::NeverDestroyed<Dict> string_to_enum
/// {
/// std::initializer_list<Dict::value_type>
/// {
Expand Down
8 changes: 5 additions & 3 deletions include/ignition/utils/config.hh
Original file line number Diff line number Diff line change
Expand Up @@ -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 <gz/utils/config.hh>

Expand All @@ -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
Expand Down

0 comments on commit 9d6f183

Please sign in to comment.