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

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:51:36 +0000
parents c01cbe41aeb5
children
line wrap: on
line diff
--- a/plugin/LADSPAPluginInstance.h	Mon Nov 26 13:48:45 2018 +0000
+++ b/plugin/LADSPAPluginInstance.h	Mon Nov 26 13:51:36 2018 +0000
@@ -18,8 +18,8 @@
    This file copyright 2000-2006 Chris Cannam and Richard Bown.
 */
 
-#ifndef _LADSPAPLUGININSTANCE_H_
-#define _LADSPAPLUGININSTANCE_H_
+#ifndef SV_LADSPAPLUGININSTANCE_H
+#define SV_LADSPAPLUGININSTANCE_H
 
 #include <vector>
 #include <set>