Skip to content

Commit

Permalink
Prefix #ifndef with TAGLIB_ in tpropertymap.h
Browse files Browse the repository at this point in the history
  • Loading branch information
supermihi committed May 29, 2015
1 parent a06d55a commit db90f4b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions taglib/toolkit/tpropertymap.h
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down Expand Up @@ -230,4 +230,4 @@ namespace TagLib {
};

}
#endif /* PROPERTYMAP_H_ */
#endif /* TAGLIB_PROPERTYMAP_H_ */

0 comments on commit db90f4b

Please sign in to comment.