RafaMar + programmer friend Help button in Batch Render addition
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / pluginserver.h
index f0c8500de5bee094dcebf8bac8671807cfd235ec..2b58f06c5dafcd9628712f08cbfdb67b7fa5a92c 100644 (file)
@@ -76,7 +76,6 @@ public:
 
 class PluginGUIs : public ArrayList<PluginServer*>
 {
-       int next_id;
        MWindow *mwindow;
 public:
        PluginGUIs(MWindow *mwindow);
@@ -170,7 +169,7 @@ public:
        KeyFrame* get_keyframe();
 // Apply new settings from the plugin GUI.  Called by PluginClient::send_configure_change
 // Used in keyframe spanning mode.
-       void apply_keyframe(KeyFrame *src);
+       void apply_keyframe(Plugin *plugin, KeyFrame *src);
 
 // Create new theme object.  Used by theme plugins.
        Theme* new_theme();