summaryrefslogtreecommitdiffstats
path: root/src/engine/EventBuffer.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/engine/EventBuffer.hpp')
-rw-r--r--src/engine/EventBuffer.hpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/engine/EventBuffer.hpp b/src/engine/EventBuffer.hpp
index 9757ace7..18a2afb6 100644
--- a/src/engine/EventBuffer.hpp
+++ b/src/engine/EventBuffer.hpp
@@ -26,7 +26,6 @@
namespace Ingen {
-
class EventBuffer : public Buffer {
public:
EventBuffer(BufferFactory& bufs, size_t capacity);
@@ -80,7 +79,6 @@ private:
uint32_t _latest_subframes; ///< Latest time of all events (subframes)
};
-
} // namespace Ingen
#endif // INGEN_ENGINE_EVENTBUFFER_HPP