Fix LV2 compilation.

git-svn-id: svn://localhost/ardour2/branches/3.0@5030 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
David Robillard 2009-05-03 19:53:09 +00:00
parent 1ae39840b3
commit 8491953e20
3 changed files with 10 additions and 9 deletions

View file

@ -32,7 +32,7 @@
#include "ardour/types.h"
#include "plugin_ui.h"
#ifdef HAVE_LV2
#ifdef HAVE_SLV2
namespace ARDOUR {
class PluginInsert;
@ -75,7 +75,8 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
void output_update();
bool is_update_wanted(uint32_t index);
};
#endif // HAVE_LV2
#endif // HAVE_SLV2
#endif /* __ardour_lv2_plugin_ui_h__ */