Skip to content

Commit

Permalink
Make function inline-ed that is defined in header
Browse files Browse the repository at this point in the history
  • Loading branch information
jslee02 committed Apr 22, 2017
1 parent 5e4b783 commit 5b39cb7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/aikido/util/detail/yaml_extension.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ struct encode_impl<MatrixType, false>
}
};

YAML::Mark getMark(const YAML::Node& node)
inline YAML::Mark getMark(const YAML::Node& node)
{
#ifdef YAMLCPP_NODE_HAS_MARK
return node.Mark();
Expand Down

0 comments on commit 5b39cb7

Please sign in to comment.