Fix lingering references to old persist extension.
git-svn-id: svn://localhost/ardour2/branches/3.0@10557 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
c4bec7f098
commit
9756b7569a
@ -29,7 +29,7 @@
|
||||
#include "pbd/error.h"
|
||||
|
||||
#include "ardour/uri_map.h"
|
||||
#include "lv2/lv2plug.in/ns/ext/persist/persist.h"
|
||||
#include "lv2/lv2plug.in/ns/ext/state/state.h"
|
||||
#include "rdff.h"
|
||||
|
||||
namespace ARDOUR {
|
||||
@ -105,7 +105,7 @@ struct LV2State {
|
||||
body->object,
|
||||
body->object_size,
|
||||
body->object_type,
|
||||
LV2_PERSIST_IS_POD | LV2_PERSIST_IS_PORTABLE);
|
||||
LV2_STATE_IS_POD | LV2_STATE_IS_PORTABLE);
|
||||
}
|
||||
}
|
||||
free(chunk);
|
||||
|
Loading…
Reference in New Issue
Block a user