diff options
Diffstat (limited to '')
-rw-r--r-- | src/cue/CueParser.hxx | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/src/cue/CueParser.hxx b/src/cue/CueParser.hxx index abcceaa2e..ea25d33cb 100644 --- a/src/cue/CueParser.hxx +++ b/src/cue/CueParser.hxx @@ -56,7 +56,10 @@ class CueParser { IGNORE_TRACK, } state; - Tag *tag; + /** + * Tags read from the CUE header. + */ + Tag *header_tag; std::string filename; |