diff options
| -rw-r--r-- | elog_meta.cpp | 2 | ||||
| -rw-r--r-- | elog_meta.hpp | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/elog_meta.cpp b/elog_meta.cpp index b7b75a1..5dfcab0 100644 --- a/elog_meta.cpp +++ b/elog_meta.cpp @@ -15,7 +15,7 @@ namespace associations template <> void build<xyz::openbmc_project::Common:: Callout::Device::CALLOUT_DEVICE_PATH>( - std::string&& match, + const std::string& match, const std::vector<std::string>& data, AssociationList& list) { diff --git a/elog_meta.hpp b/elog_meta.hpp index 632a049..b947948 100644 --- a/elog_meta.hpp +++ b/elog_meta.hpp @@ -105,7 +105,7 @@ inline void build<example::xyz::openbmc_project:: template <> void build<xyz::openbmc_project::Common:: Callout::Device::CALLOUT_DEVICE_PATH>( - std::string&& match, + const std::string& match, const std::vector<std::string>& data, AssociationList& list); |

