X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frecordbatches.h;h=c587281c4caa9ade69b0b431b3c3593cdb2a3160;hb=c279e21fc2394a7908bbd1ba8c79b116fe9fb14a;hp=fffb5366df759891b1b039120a6a1e7ac688a5b1;hpb=30bdb85eb33a8ee7ba675038a86c6be59c43d7bd;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/recordbatches.h b/cinelerra-5.1/cinelerra/recordbatches.h index fffb5366..c587281c 100644 --- a/cinelerra-5.1/cinelerra/recordbatches.h +++ b/cinelerra-5.1/cinelerra/recordbatches.h @@ -18,14 +18,15 @@ class RecordBatchesGUI; class RecordBatches { public: - static const char* batch_titles[]; - static const int default_columnwidth[]; RecordBatchesGUI *gui; MWindow *mwindow; // Don't want to interrupt recording to edit a different batch. int current_item; // Current batch being recorded. int editing_item; // Current batch being edited. int batch_active; + static const char* default_batch_titles[]; + const char *batch_titles[BATCH_COLUMNS]; + static const int default_columnwidth[]; int column_widths[BATCH_COLUMNS]; ArrayList data[BATCH_COLUMNS]; ArrayList batches; @@ -95,7 +96,6 @@ public: class Path : public BC_TextBox { public: RecordBatches &batches; - ArrayList *file_entries; int handle_event();