From 4c9ed1d974657b8b32c8a86239c105ca54b30be5 Mon Sep 17 00:00:00 2001 From: Jim Flynn Date: Sun, 23 Jan 2022 23:57:20 +0000 Subject: IVGCVSW-6708 Break Profiling Dependence on IRuntime ExternalProfilingOptions Change-Id: I30a46f3368bbbf33019eac4fa1245f6ff69deacd Signed-off-by: Jim Flynn --- src/profiling/test/ProfilingMocks.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/profiling/test/ProfilingMocks.hpp') diff --git a/src/profiling/test/ProfilingMocks.hpp b/src/profiling/test/ProfilingMocks.hpp index e0acfbdd32..491f057599 100644 --- a/src/profiling/test/ProfilingMocks.hpp +++ b/src/profiling/test/ProfilingMocks.hpp @@ -163,7 +163,7 @@ private: class MockProfilingConnectionFactory : public IProfilingConnectionFactory { public: - IProfilingConnectionPtr GetProfilingConnection(const ExternalProfilingOptions& options) const override + IProfilingConnectionPtr GetProfilingConnection(const ProfilingOptions& options) const override { IgnoreUnused(options); return std::make_unique(); -- cgit v1.2.1