aboutsummaryrefslogtreecommitdiffstats
path: root/src/cue/CueParser.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/cue/CueParser.hxx')
-rw-r--r--src/cue/CueParser.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/cue/CueParser.hxx b/src/cue/CueParser.hxx
index ad2a6f34c..5cb51200f 100644
--- a/src/cue/CueParser.hxx
+++ b/src/cue/CueParser.hxx
@@ -24,6 +24,7 @@
#include "gcc.h"
struct Song;
+struct Tag;
class CueParser {
enum {
@@ -53,7 +54,7 @@ class CueParser {
IGNORE_TRACK,
} state;
- struct tag *tag;
+ Tag *tag;
char *filename;
@@ -115,7 +116,7 @@ public:
private:
gcc_pure
- struct tag *GetCurrentTag();
+ Tag *GetCurrentTag();
/**
* Commit the current song. It will be moved to "previous",