X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;ds=sidebyside;f=cinelerra-5.1%2Fcinelerra%2Fformattools.h;h=d4c7761b0f7f635151a0759379e7a805a89e0203;hb=6338f0b010dfd93ae6a823970d853cfdd5279500;hp=3929bbff5ec02f0058f5c6e001e8d6a73dcfacb3;hpb=50a589b1decdd353a984d8a710e064ebaf8b4f7b;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/formattools.h b/cinelerra-5.1/cinelerra/formattools.h index 3929bbff..d4c7761b 100644 --- a/cinelerra-5.1/cinelerra/formattools.h +++ b/cinelerra-5.1/cinelerra/formattools.h @@ -70,7 +70,7 @@ public: // In recording preferences, aspects of the format are locked // depending on the driver used. void update_driver(int driver); - void update_format(); + virtual void update_format(); void reposition_window(int &init_x, int &init_y); @@ -116,8 +116,6 @@ public: FormatMultiple *multiple_files; -// Suggestions for the textbox - ArrayList *file_entries; ArrayList *plugindb; MWindow *mwindow; const char *locked_compressor;