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

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:51:36 +0000
parents 91bb68146dfc
children 5f8fbbde08ff
comparison
equal deleted inserted replaced
1580:c01cbe41aeb5 1581:ad5f892c0c4d
17 This is a modified version of a source file from the 17 This is a modified version of a source file from the
18 Rosegarden MIDI and audio sequencer and notation editor. 18 Rosegarden MIDI and audio sequencer and notation editor.
19 This file copyright 2000-2006 Chris Cannam. 19 This file copyright 2000-2006 Chris Cannam.
20 */ 20 */
21 21
22 #ifndef _REALTIME_PLUGIN_FACTORY_H_ 22 #ifndef SV_REALTIME_PLUGIN_FACTORY_H
23 #define _REALTIME_PLUGIN_FACTORY_H_ 23 #define SV_REALTIME_PLUGIN_FACTORY_H
24 24
25 #include <QString> 25 #include <QString>
26 #include <vector> 26 #include <vector>
27 27
28 #include "base/Debug.h" 28 #include "base/Debug.h"