aboutsummaryrefslogtreecommitdiff
path: root/src/profiling/IProfilingConnection.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/profiling/IProfilingConnection.hpp')
-rw-r--r--src/profiling/IProfilingConnection.hpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/profiling/IProfilingConnection.hpp b/src/profiling/IProfilingConnection.hpp
index c8387f2a83..160a4fa31d 100644
--- a/src/profiling/IProfilingConnection.hpp
+++ b/src/profiling/IProfilingConnection.hpp
@@ -18,6 +18,8 @@ namespace profiling
class IProfilingConnection
{
public:
+ virtual ~IProfilingConnection() {}
+
virtual bool IsOpen() = 0;
virtual void Close() = 0;