summaryrefslogtreecommitdiff
path: root/include/image_upload.hpp
diff options
context:
space:
mode:
authorEd Tanous <ed.tanous@intel.com>2019-01-23 03:40:12 +0300
committerEd Tanous <ed.tanous@intel.com>2019-02-09 04:54:39 +0300
commitabf2add6a35aaf42ba60c4ae955a4d8925b13b19 (patch)
treefe3e8aadb5bb92455cf504d50d7a99478b35ec67 /include/image_upload.hpp
parent734bfe90949b230b1d3e061522f45903c10c7b08 (diff)
downloadbmcweb-abf2add6a35aaf42ba60c4ae955a4d8925b13b19.tar.xz
bmcweb: move variant usage to std namespace
Change-Id: I9d7069668f91f2ac72d2f4a440f63e0e85dd5269 Signed-off-by: Ed Tanous <ed.tanous@intel.com>
Diffstat (limited to 'include/image_upload.hpp')
-rw-r--r--include/image_upload.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/include/image_upload.hpp b/include/image_upload.hpp
index 6b87530c0d..6bf56616eb 100644
--- a/include/image_upload.hpp
+++ b/include/image_upload.hpp
@@ -66,8 +66,7 @@ inline void uploadImageHandler(const crow::Request& req, crow::Response& res,
sdbusplus::message::object_path path;
std::vector<std::pair<
std::string,
- std::vector<std::pair<
- std::string, sdbusplus::message::variant<std::string>>>>>
+ std::vector<std::pair<std::string, std::variant<std::string>>>>>
interfaces;
m.read(path, interfaces);