comparison layer/LayerFactory.h @ 1323:8068a0bee550

Merge from branch import-audio-data
author Chris Cannam
date Wed, 12 Sep 2018 15:58:11 +0100
parents 43a28a52f8ab
children 9e846af73f3e
comparison
equal deleted inserted replaced
1316:c0d8356e274f 1323:8068a0bee550
11 published by the Free Software Foundation; either version 2 of the 11 published by the Free Software Foundation; either version 2 of the
12 License, or (at your option) any later version. See the file 12 License, or (at your option) any later version. See the file
13 COPYING included with this distribution for more information. 13 COPYING included with this distribution for more information.
14 */ 14 */
15 15
16 #ifndef _LAYER_FACTORY_H_ 16 #ifndef SV_LAYER_FACTORY_H
17 #define _LAYER_FACTORY_H_ 17 #define SV_LAYER_FACTORY_H
18 18
19 #include <QString> 19 #include <QString>
20 #include <set> 20 #include <set>
21 21
22 class Layer; 22 class Layer;