X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frecordbatches.h;h=c587281c4caa9ade69b0b431b3c3593cdb2a3160;hb=60f8df69db9ddd8148bfc41a17bb0955b52a45e6;hp=b0a4be2b7558f10dc2b95840e4e0ac52c8c09e8e;hpb=af2d680fc71d16363f7f7fb7e602cb0c30015ee5;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/recordbatches.h b/cinelerra-5.1/cinelerra/recordbatches.h index b0a4be2b..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;