Save references to external files in LV2 state as symbolic links.
[ardour.git] / libs / ardour / ardour / lv2_plugin.h
index adbb26b832b01fd638081ae33de55ce9230b57c5..6396e300385efdb286af6289075fd000ac08f3a4 100644 (file)
@@ -150,6 +150,8 @@ class LV2Plugin : public ARDOUR::Plugin
        static uint32_t _midi_event_type;
        static uint32_t _state_path_type;
 
+       const std::string state_dir () const;
+
        static int
        lv2_state_store_callback (void*       handle,
                                  uint32_t    key,