sams ladspa icons, fix icon drag image, awdw layout, main prints build ts
[goodguy/history.git] / cinelerra-5.1 / cinelerra / recordbatches.h
index b0a4be2b7558f10dc2b95840e4e0ac52c8c09e8e..c587281c4caa9ade69b0b431b3c3593cdb2a3160 100644 (file)
@@ -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<BC_ListBoxItem*> data[BATCH_COLUMNS];
        ArrayList<Batch*> batches;