aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/PacketBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/PacketBuffer.hpp')
-rw-r--r--src/profiling/PacketBuffer.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/profiling/PacketBuffer.hpp b/src/profiling/PacketBuffer.hpp
index a3d95d4108..f03b301697 100644
--- a/src/profiling/PacketBuffer.hpp
+++ b/src/profiling/PacketBuffer.hpp
@@ -22,7 +22,7 @@ public:
~PacketBuffer() {}
- const unsigned char* const GetReadableData() const override;
+ const unsigned char* GetReadableData() const override;
unsigned int GetSize() const override;
@@ -42,4 +42,4 @@ private:
} // namespace profiling
-} // namespace armnn \ No newline at end of file
+} // namespace armnn