13
0

Fix stub LV2 persist implementation.

git-svn-id: svn://localhost/ardour2/branches/3.0@8134 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2010-11-30 18:42:26 +00:00
parent 503d1b5306
commit 816be28db0

View File

@ -336,7 +336,7 @@ LV2Plugin::get_state()
}
LV2State state;
persist->save(_instance, lv2_persist_store_callback, &state);
persist->save(_instance->lv2_handle, lv2_persist_store_callback, &state);
}
return *root;