diff plugin/PluginIdentifier.h @ 1581:ad5f892c0c4d fix-static-analysis

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:51:36 +0000
parents 48e9f538e6e9
children
line wrap: on
line diff
--- a/plugin/PluginIdentifier.h	Mon Nov 26 13:48:45 2018 +0000
+++ b/plugin/PluginIdentifier.h	Mon Nov 26 13:51:36 2018 +0000
@@ -18,8 +18,8 @@
    This file copyright 2000-2006 Chris Cannam and QMUL.
 */
 
-#ifndef _PLUGIN_IDENTIFIER_H_
-#define _PLUGIN_IDENTIFIER_H_
+#ifndef SV_PLUGIN_IDENTIFIER_H
+#define SV_PLUGIN_IDENTIFIER_H
 
 #include <QString>