aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IBufferManager.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IBufferManager.hpp')
-rw-r--r--src/profiling/IBufferManager.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/profiling/IBufferManager.hpp b/src/profiling/IBufferManager.hpp
index 190d9c4542..0acdf61b52 100644
--- a/src/profiling/IBufferManager.hpp
+++ b/src/profiling/IBufferManager.hpp
@@ -18,7 +18,7 @@ namespace profiling
class IBufferManager
{
public:
- virtual ~IBufferManager() {};
+ virtual ~IBufferManager() {}
virtual std::unique_ptr<IPacketBuffer> Reserve(unsigned int requestedSize, unsigned int& reservedSize) = 0;