_plugin_display can be a LuaPluginDisplay

This commit is contained in:
Robin Gareus
2016-05-02 17:12:42 +02:00
parent 06fd881672
commit 9b49b29061

View File

@@ -243,7 +243,7 @@ private:
class PluginDisplay : public Gtk::DrawingArea {
public:
PluginDisplay(boost::shared_ptr<ARDOUR::Plugin>, uint32_t max_height = 80);
~PluginDisplay();
virtual ~PluginDisplay();
protected:
bool on_expose_event (GdkEventExpose *);
void on_size_request (Gtk::Requisition* req);