aboutsummaryrefslogtreecommitdiffstats
path: root/src/TagSave.hxx
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--src/TagSave.hxx5
1 files changed, 3 insertions, 2 deletions
diff --git a/src/TagSave.hxx b/src/TagSave.hxx
index a7ccfa613..0b1359c89 100644
--- a/src/TagSave.hxx
+++ b/src/TagSave.hxx
@@ -22,8 +22,9 @@
#include <stdio.h>
-struct tag;
+struct Tag;
-void tag_save(FILE *file, const struct tag *tag);
+void
+tag_save(FILE *file, const Tag &tag);
#endif