| 33 | int CsvUndo::uniqNumber = 1; |
| 34 | |
| 35 | CsvUndo::CsvUndo() { |
| 36 | uniqNumber++; |
| 37 | } |
| 38 | CsvUndo::~CsvUndo() { |
| 39 | // CsvWindow::undo() copies CsvUndo::table to windows[]->table, so no delete(table) is needed here |
| 40 | // |
nothing calls this directly
no outgoing calls
no test coverage detected