changeset 412:6c38ae0a25e5

Minor tweak to guard
author Chris Cannam
date Fri, 04 Sep 2015 12:37:47 +0100
parents c42aeb56d828
children 3ee97caa8fb6
files skeleton/MyPlugin.h
diffstat 1 files changed, 2 insertions(+), 2 deletions(-) [+]
line wrap: on
line diff
--- a/skeleton/MyPlugin.h	Mon Jun 22 09:29:09 2015 +0100
+++ b/skeleton/MyPlugin.h	Fri Sep 04 12:37:47 2015 +0100
@@ -5,8 +5,8 @@
 
 
 // Remember to use a different guard symbol in each header!
-#ifndef _MY_PLUGIN_H_
-#define _MY_PLUGIN_H_
+#ifndef MY_PLUGIN_H
+#define MY_PLUGIN_H
 
 #include <vamp-sdk/Plugin.h>