Skip to content

Commit 44e76fc

Browse files
fixup
1 parent 8eb0967 commit 44e76fc

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tesseract_common/src/property_tree.cpp

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,10 @@
33
#include <tesseract_common/yaml_extenstions.h>
44
#include <Eigen/Geometry>
55

6-
const static std::string ATTRIBUTES_KEY{ "attributes" };
7-
const static std::string VALUE_KEY{ "value" };
8-
const static std::string FOLLOW_KEY{ "follow" };
6+
const static std::string ATTRIBUTES_KEY{ "_attributes" };
7+
const static std::string VALUE_KEY{ "_value" };
98
const static std::string EXTRA_KEY{ "_extra" };
9+
const static std::string FOLLOW_KEY{ "follow" };
1010

1111
namespace tesseract_common
1212
{

0 commit comments

Comments
 (0)