became a shared object

git-svn-id: https://lmms.svn.sf.net/svnroot/lmms/trunk/lmms@357 0778d3d1-df1d-0410-868b-ea421aaaa00d
This commit is contained in:
Javier Serrano Polo
2006-08-24 00:16:53 +00:00
parent 4210a4270e
commit 7bf4409e6a

View File

@@ -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: