use new action map API instead of ActionManager::get_action
[ardour.git] / gtk2_ardour / new_plugin_preset_dialog.h
index 8dddf6c6e54ed1d2a156a0479b56ba2c7b273380..feb1bf0354b4dece7819213049a6786547edeef5 100644 (file)
@@ -26,7 +26,7 @@
 class NewPluginPresetDialog : public ArdourDialog
 {
 public:
-       NewPluginPresetDialog (boost::shared_ptr<ARDOUR::Plugin>);
+       NewPluginPresetDialog (boost::shared_ptr<ARDOUR::Plugin>, std::string, bool fav = false);
 
        std::string name () const;
        bool replace () const;