aboutsummaryrefslogtreecommitdiff
path: root/src/UpdateSong.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/UpdateSong.hxx')
-rw-r--r--src/UpdateSong.hxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UpdateSong.hxx b/src/UpdateSong.hxx
index abf25aae..60a532e3 100644
--- a/src/UpdateSong.hxx
+++ b/src/UpdateSong.hxx
@@ -24,10 +24,10 @@
#include <sys/stat.h>
-struct directory;
+struct Directory;
bool
-update_song_file(struct directory *directory,
+update_song_file(Directory *directory,
const char *name, const char *suffix,
const struct stat *st);