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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user