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.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profiling/PacketBuffer.hpp b/src/profiling/PacketBuffer.hpp
index f03b301697..02fe3b99d8 100644
--- a/src/profiling/PacketBuffer.hpp
+++ b/src/profiling/PacketBuffer.hpp
@@ -34,6 +34,8 @@ public:
unsigned char* GetWritableData() override;
+ void Destroy() override;
+
private:
unsigned int m_MaxSize;
unsigned int m_Size;