aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IPacketBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IPacketBuffer.hpp')
-rw-r--r--src/profiling/IPacketBuffer.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiling/IPacketBuffer.hpp b/src/profiling/IPacketBuffer.hpp
index c61d2327f4..1a97ca741c 100644
--- a/src/profiling/IPacketBuffer.hpp
+++ b/src/profiling/IPacketBuffer.hpp
@@ -18,7 +18,7 @@ class IReadOnlyPacketBuffer // interface used by the read thread
public:
virtual ~IReadOnlyPacketBuffer() {}
- virtual const unsigned char* const GetReadableData() const = 0;
+ virtual const unsigned char* GetReadableData() const = 0;
virtual unsigned int GetSize() const = 0;