comparison layer/LayerFactory.h @ 1311:43a28a52f8ab import-audio-data

Rename guard
author Chris Cannam
date Thu, 28 Jun 2018 14:48:48 +0100
parents a34a2a25907c
children 9e846af73f3e
comparison
equal deleted inserted replaced
1310:cb51d061cc25 1311:43a28a52f8ab
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;