summaryrefslogtreecommitdiffstats
path: root/src/libs/engine/EventSource.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/libs/engine/EventSource.hpp')
-rw-r--r--src/libs/engine/EventSource.hpp3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/libs/engine/EventSource.hpp b/src/libs/engine/EventSource.hpp
index 2bf40527..803fa8c9 100644
--- a/src/libs/engine/EventSource.hpp
+++ b/src/libs/engine/EventSource.hpp
@@ -42,7 +42,6 @@ class PostProcessor;
class EventSource
{
public:
-
virtual ~EventSource() {}
virtual void activate() = 0;
@@ -54,7 +53,7 @@ public:
FrameTime cycle_end) = 0;
protected:
- EventSource() {}
+ size_t _capacity;
};