diff rdf/PluginRDFDescription.h @ 1581:ad5f892c0c4d fix-static-analysis

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:51:36 +0000
parents b4a8d8221eaf
children 3ec563af0a4f
line wrap: on
line diff
--- a/rdf/PluginRDFDescription.h	Mon Nov 26 13:48:45 2018 +0000
+++ b/rdf/PluginRDFDescription.h	Mon Nov 26 13:51:36 2018 +0000
@@ -13,8 +13,8 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef _PLUGIN_RDF_DESCRIPTION_H_
-#define _PLUGIN_RDF_DESCRIPTION_H_
+#ifndef SV_PLUGIN_RDF_DESCRIPTION_H
+#define SV_PLUGIN_RDF_DESCRIPTION_H
 
 #include <QString>
 #include <QStringList>