diff playtree.h @ 23689:3f0d00abc073

Do not use leading underscores in multiple inclusion guards, they are reserved.
author diego
date Mon, 02 Jul 2007 22:34:45 +0000
parents 780caed72ac7
children 4d936284a5ec
line wrap: on
line diff
--- a/playtree.h	Mon Jul 02 22:02:59 2007 +0000
+++ b/playtree.h	Mon Jul 02 22:34:45 2007 +0000
@@ -2,8 +2,8 @@
 /// \file
 /// \ingroup Playtree
 
-#ifndef __PLAYTREE_H
-#define __PLAYTREE_H
+#ifndef PLAYTREE_H
+#define PLAYTREE_H
 
 struct stream_st;
 struct m_config;