commit | a5d8d15cb7b4e080a7d76d18a0fcb233d41eb1fa | [log] [tgz] |
---|---|---|
author | Deepak Kodihalli <dkodihal@in.ibm.com> | Thu Mar 16 05:10:05 2017 -0500 |
committer | Deepak Kodihalli <dkodihal@in.ibm.com> | Thu Mar 16 05:10:05 2017 -0500 |
tree | 6e083d99d935e7cbe86a7589be6ce499ed8a9bdf | |
parent | 153311005f6c4f0de710adebaf93a98cc2ca8ebc [diff] [blame] |
Fix incorrect template specialization Change-Id: I15c18d8e241226b1e9fcbf9c36c703b47b488ce5 Signed-off-by: Deepak Kodihalli <dkodihal@in.ibm.com>
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 @@ 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);