mirror of
https://github.com/taglib/taglib.git
synced 2025-05-25 20:20:25 -04:00
Prefix #ifndef with TAGLIB_ in tpropertymap.h
This commit is contained in:
parent
a06d55ae6f
commit
db90f4b358
@ -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_ */
|
||||
|
Loading…
Reference in New Issue
Block a user