summaryrefslogtreecommitdiff
path: root/libs
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-12 00:19:09 +0000
committerDavid Robillard <d@drobilla.net>2011-11-12 00:19:09 +0000
commit9756b7569accf82d1c2de87cd632845acd107f9d (patch)
tree719c1f25085c91f01248151df12aff01c4f0c76f /libs
parentc4bec7f098640cc1f7425f54bb1cf5cd8541dcbf (diff)
Fix lingering references to old persist extension.
git-svn-id: svn://localhost/ardour2/branches/3.0@10557 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs')
-rw-r--r--libs/ardour/ardour/lv2_state.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libs/ardour/ardour/lv2_state.h b/libs/ardour/ardour/lv2_state.h
index a6c00a753c..678c5482ed 100644
--- a/libs/ardour/ardour/lv2_state.h
+++ b/libs/ardour/ardour/lv2_state.h
@@ -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);