| 73 | } |
| 74 | |
| 75 | void Writer::l_initialize(PointTableRef table) |
| 76 | { |
| 77 | Stage::l_initialize(table); |
| 78 | m_args->filename = replaceTags(m_args->filename); |
| 79 | } |
| 80 | |
| 81 | // This is here so that we can make the function final and make sure it |
| 82 | // it isn't used by any subclasses. |
nothing calls this directly
no test coverage detected