summaryrefslogtreecommitdiff
path: root/redfish-core
diff options
context:
space:
mode:
Diffstat (limited to 'redfish-core')
-rw-r--r--redfish-core/include/utils/query_param.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/redfish-core/include/utils/query_param.hpp b/redfish-core/include/utils/query_param.hpp
index c687444ea6..dc06a3a8de 100644
--- a/redfish-core/include/utils/query_param.hpp
+++ b/redfish-core/include/utils/query_param.hpp
@@ -523,7 +523,7 @@ struct ExpandNode
nlohmann::json::json_pointer location;
std::string uri;
- inline bool operator==(const ExpandNode& other) const
+ bool operator==(const ExpandNode& other) const
{
return location == other.location && uri == other.uri;
}