From aa0aa23b4d5f975182d2ccd9ad959ffe2fa3174e Mon Sep 17 00:00:00 2001 From: Inkyun Kil Date: Mon, 17 Jul 2023 14:29:36 +0900 Subject: Fix build error for 'overloaded-virtual=' - Bind(std::shared_ptr surface) method was hidden by Bind(const EvasObject& win) Change-Id: I7edc271dca73e82fd20dc1f293a9041acd0c9439 Signed-off-by: Inkyun Kil --- screen_connector_remote_surface_evas_mock/remote_surface_evas.h | 1 + 1 file changed, 1 insertion(+) diff --git a/screen_connector_remote_surface_evas_mock/remote_surface_evas.h b/screen_connector_remote_surface_evas_mock/remote_surface_evas.h index 47acf3c..77d488b 100644 --- a/screen_connector_remote_surface_evas_mock/remote_surface_evas.h +++ b/screen_connector_remote_surface_evas_mock/remote_surface_evas.h @@ -44,6 +44,7 @@ class RemoteSurfaceEvas : public RemoteSurface, public IEvasEvent { std::shared_ptr viewerWin, bool mock = false) : RemoteSurface(rid, id, type, nullptr, mock) {} + using RemoteSurface::Bind; virtual void Bind(const EvasObject& win) {} virtual bool IsVisibleArea() const { return false; } virtual void SendMouseUp() {} -- cgit v1.2.3