Prefix #ifndef with TAGLIB_ in tpropertymap.h

This commit is contained in:
Michael Helmling 2015-05-29 19:53:42 +02:00
parent a06d55ae6f
commit db90f4b358

View 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_ */