From 33e8b7cefe0463863228f9181bc79041ef288008 Mon Sep 17 00:00:00 2001 From: Bernd Zeimetz Date: Fri, 31 Jan 2020 23:47:27 +0000 Subject: [PATCH] Fix building with clang. Forwarded: yes https://tracker.ceph.com/issues/43437 Gbp-Pq: Name fix-clang-build.patch --- src/rgw/rgw_rest_conn.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/rgw/rgw_rest_conn.h b/src/rgw/rgw_rest_conn.h index 82047d24e..9a210292b 100644 --- a/src/rgw/rgw_rest_conn.h +++ b/src/rgw/rgw_rest_conn.h @@ -438,7 +438,7 @@ public: int wait(T *dest, E *err_result = nullptr); }; -template +template int RGWRESTSendResource::wait(T *dest, E *err_result) { int ret = req.wait(); -- 2.30.2