dev@1430: /* -*- c-basic-offset: 4 indent-tabs-mode: nil -*- vi:set ts=8 sts=4 sw=4: */ dev@1430: dev@1430: /* dev@1430: Sonic Visualiser dev@1430: An audio file viewer and annotation editor. dev@1430: Centre for Digital Music, Queen Mary, University of London. dev@1430: This file copyright 2017 Lucas Thompson. dev@1430: dev@1430: This program is free software; you can redistribute it and/or dev@1430: modify it under the terms of the GNU General Public License as dev@1430: published by the Free Software Foundation; either version 2 of the dev@1430: License, or (at your option) any later version. See the file dev@1430: COPYING included with this distribution for more information. dev@1430: */ dev@1430: dev@1430: #ifndef _CSV_STREAM_WRITER_H_ dev@1430: #define _CSV_STREAM_WRITER_H_ dev@1430: dev@1430: class CSVStreamWriter dev@1430: { dev@1430: dev@1430: }; dev@1430: dev@1430: #endif dev@1430: dev@1430: