aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IReportStructure.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IReportStructure.hpp')
-rw-r--r--src/profiling/IReportStructure.hpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/profiling/IReportStructure.hpp b/src/profiling/IReportStructure.hpp
index 82a84ff6cf..8891cbd3b0 100644
--- a/src/profiling/IReportStructure.hpp
+++ b/src/profiling/IReportStructure.hpp
@@ -11,11 +11,13 @@ namespace arm
namespace pipe
{
+class IProfilingService;
+
class IReportStructure
{
public:
virtual ~IReportStructure() {}
- virtual void ReportStructure() = 0;
+ virtual void ReportStructure(arm::pipe::IProfilingService& profilingService) = 0;
};
} // namespace pipe