# HG changeset patch # User Chris Cannam # Date 1441366667 -3600 # Node ID 6c38ae0a25e58f89b1ccf3cf09af3fa265ec4b47 # Parent c42aeb56d8288001ff45d6f00594e5f5b1e8f3de Minor tweak to guard diff -r c42aeb56d828 -r 6c38ae0a25e5 skeleton/MyPlugin.h --- 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