mp4chaps Lua script: don't clutter global environment
[ardour.git] / gtk2_ardour / vst_plugin_ui.h
index 8996fe0a21f5f14be45f27cffb6d84b24fa7fc8a..6337cd13e5a019ce7f97478d841c3c2353670915 100644 (file)
@@ -41,13 +41,14 @@ public:
        virtual int package (Gtk::Window &);
 
        bool non_gtk_gui () const { return true; }
-       
+
 protected:
 
        virtual int get_XID () = 0;
-       
+
        boost::shared_ptr<ARDOUR::VSTPlugin> _vst;
        Gtk::Socket _socket;
+       virtual void top_box_allocated (Gtk::Allocation&) {}
 
 private: