Fix lingering references to old persist extension.
authorDavid Robillard <d@drobilla.net>
Sat, 12 Nov 2011 00:19:09 +0000 (00:19 +0000)
committerDavid Robillard <d@drobilla.net>
Sat, 12 Nov 2011 00:19:09 +0000 (00:19 +0000)
git-svn-id: svn://localhost/ardour2/branches/3.0@10557 d708f5d6-7413-0410-9779-e7cbd77b26cf

libs/ardour/ardour/lv2_state.h

index a6c00a753cfcf6f005435d89f9bdb3092ead2187..678c5482eda445bb8ebb38d53ae5adbbd5c0069b 100644 (file)
@@ -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);