From 7bf4409e6aed70313d2d7e46ca19c8469f661b49 Mon Sep 17 00:00:00 2001 From: Javier Serrano Polo Date: Thu, 24 Aug 2006 00:16:53 +0000 Subject: [PATCH] became a shared object git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@357 0778d3d1-df1d-0410-868b-ea421aaaa00d --- include/sample_buffer.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/include/sample_buffer.h b/include/sample_buffer.h index f119cb06d..381907c47 100644 --- a/include/sample_buffer.h +++ b/include/sample_buffer.h @@ -54,12 +54,13 @@ #include "interpolation.h" #include "types.h" #include "lmms_math.h" +#include "shared_object.h" class QPainter; -class sampleBuffer : public QObject, public engineObject +class sampleBuffer : public QObject, public engineObject, public sharedObject { Q_OBJECT public: