aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/test/SendCounterPacketTests.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/test/SendCounterPacketTests.hpp')
-rw-r--r--src/profiling/test/SendCounterPacketTests.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiling/test/SendCounterPacketTests.hpp b/src/profiling/test/SendCounterPacketTests.hpp
index d70239ef1a..cd41418e2c 100644
--- a/src/profiling/test/SendCounterPacketTests.hpp
+++ b/src/profiling/test/SendCounterPacketTests.hpp
@@ -118,7 +118,7 @@ public:
~MockPacketBuffer() {}
- const unsigned char* const GetReadableData() const override { return m_Data.get(); }
+ const unsigned char* GetReadableData() const override { return m_Data.get(); }
unsigned int GetSize() const override { return m_Size; }