TagType: rename enum tag_type to TagType
This commit is contained in:
@@ -61,7 +61,7 @@ song_load(TextFile &file, Directory *parent, const char *uri,
|
||||
? Song::NewFile(uri, parent)
|
||||
: Song::NewRemote(uri);
|
||||
char *line, *colon;
|
||||
enum tag_type type;
|
||||
TagType type;
|
||||
const char *value;
|
||||
|
||||
TagBuilder tag;
|
||||
|
Reference in New Issue
Block a user