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

Header guards
author Chris Cannam
date Mon, 26 Nov 2018 13:51:36 +0000
parents 48e9f538e6e9
children
line wrap: on
line diff
--- a/plugin/plugins/SamplePlayer.h	Mon Nov 26 13:48:45 2018 +0000
+++ b/plugin/plugins/SamplePlayer.h	Mon Nov 26 13:51:36 2018 +0000
@@ -13,8 +13,8 @@
     COPYING included with this distribution for more information.
 */
 
-#ifndef _SAMPLE_PLAYER_H_
-#define _SAMPLE_PLAYER_H_
+#ifndef SV_SAMPLE_PLAYER_H
+#define SV_SAMPLE_PLAYER_H
 
 #define DSSI_API_LEVEL 2