TagType: rename enum tag_type to TagType
This commit is contained in:
@@ -57,7 +57,7 @@ struct AsxParser {
|
||||
* valid if state==ENTRY. TAG_NUM_OF_ITEM_TYPES means there
|
||||
* is no (known) tag.
|
||||
*/
|
||||
enum tag_type tag;
|
||||
TagType tag;
|
||||
|
||||
/**
|
||||
* The current song. It is allocated after the "location"
|
||||
|
@@ -57,7 +57,7 @@ struct RssParser {
|
||||
* valid if state==ITEM. TAG_NUM_OF_ITEM_TYPES means there
|
||||
* is no (known) tag.
|
||||
*/
|
||||
enum tag_type tag;
|
||||
TagType tag;
|
||||
|
||||
/**
|
||||
* The current song. It is allocated after the "location"
|
||||
|
@@ -57,7 +57,7 @@ struct XspfParser {
|
||||
* valid if state==TRACK. TAG_NUM_OF_ITEM_TYPES means there
|
||||
* is no (known) tag.
|
||||
*/
|
||||
enum tag_type tag;
|
||||
TagType tag;
|
||||
|
||||
/**
|
||||
* The current song. It is allocated after the "location"
|
||||
|
Reference in New Issue
Block a user