X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Frecordbatches.h;fp=cinelerra-5.1%2Fcinelerra%2Frecordbatches.h;h=c587281c4caa9ade69b0b431b3c3593cdb2a3160;hb=2451d3174f3b64d3ce4e311b125813cf2881eca4;hp=b0a4be2b7558f10dc2b95840e4e0ac52c8c09e8e;hpb=296147f865b3572c7e2ecdb47a5d827956221188;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;