comparison plugin/LADSPAPluginFactory.h @ 1581:ad5f892c0c4d fix-static-analysis

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:51:36 +0000
parents c01cbe41aeb5
children 5f8fbbde08ff
comparison
equal deleted inserted replaced
1580:c01cbe41aeb5 1581:ad5f892c0c4d
16 This is a modified version of a source file from the 16 This is a modified version of a source file from the
17 Rosegarden MIDI and audio sequencer and notation editor. 17 Rosegarden MIDI and audio sequencer and notation editor.
18 This file copyright 2000-2006 Chris Cannam and Richard Bown. 18 This file copyright 2000-2006 Chris Cannam and Richard Bown.
19 */ 19 */
20 20
21 #ifndef _LADSPA_PLUGIN_FACTORY_H_ 21 #ifndef SV_LADSPA_PLUGIN_FACTORY_H
22 #define _LADSPA_PLUGIN_FACTORY_H_ 22 #define SV_LADSPA_PLUGIN_FACTORY_H
23 23
24 #include "RealTimePluginFactory.h" 24 #include "RealTimePluginFactory.h"
25 #include "api/ladspa.h" 25 #include "api/ladspa.h"
26 26
27 #include "PluginScan.h" 27 #include "PluginScan.h"