diff widgets/PluginParameterBox.h @ 1407:05d614f6e46d fix-static-analysis

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:52:57 +0000
parents c803eb18ebba
children 11660e0c896f
line wrap: on
line diff
--- a/widgets/PluginParameterBox.h	Mon Nov 26 13:52:27 2018 +0000
+++ b/widgets/PluginParameterBox.h	Mon Nov 26 13:52:57 2018 +0000
@@ -13,8 +13,8 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef _PLUGIN_PARAMETER_BOX_H_
-#define _PLUGIN_PARAMETER_BOX_H_
+#ifndef SV_PLUGIN_PARAMETER_BOX_H
+#define SV_PLUGIN_PARAMETER_BOX_H
 
 #include <vamp-hostsdk/PluginBase.h>