]> granicus.if.org Git - taglib/commitdiff
Prefix #ifndef with TAGLIB_ in tpropertymap.h
authorMichael Helmling <michaelhelmling@posteo.de>
Fri, 29 May 2015 17:53:42 +0000 (19:53 +0200)
committerMichael Helmling <michaelhelmling@posteo.de>
Fri, 29 May 2015 17:53:42 +0000 (19:53 +0200)
taglib/toolkit/tpropertymap.h

index 2be49ddb0572f791820fb4db61541e3fdd831e04..771615e47874be2de1398ea1a73cf7f05b59bb5f 100644 (file)
@@ -19,8 +19,8 @@
  *   MA  02110-1301  USA                                                   *
  ***************************************************************************/
 
-#ifndef PROPERTYMAP_H_
-#define PROPERTYMAP_H_
+#ifndef TAGLIB_PROPERTYMAP_H_
+#define TAGLIB_PROPERTYMAP_H_
 
 #include "tmap.h"
 #include "tstringlist.h"
@@ -230,4 +230,4 @@ namespace TagLib {
   };
 
 }
-#endif /* PROPERTYMAP_H_ */
+#endif /* TAGLIB_PROPERTYMAP_H_ */