aboutsummaryrefslogtreecommitdiff
path: root/src/UpdateSong.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'src/UpdateSong.cxx')
-rw-r--r--src/UpdateSong.cxx4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/UpdateSong.cxx b/src/UpdateSong.cxx
index 29945788..7994ea75 100644
--- a/src/UpdateSong.cxx
+++ b/src/UpdateSong.cxx
@@ -37,7 +37,7 @@ extern "C" {
#include <unistd.h>
static void
-update_song_file2(struct directory *directory,
+update_song_file2(Directory *directory,
const char *name, const struct stat *st,
const struct decoder_plugin *plugin)
{
@@ -101,7 +101,7 @@ update_song_file2(struct directory *directory,
}
bool
-update_song_file(struct directory *directory,
+update_song_file(Directory *directory,
const char *name, const char *suffix,
const struct stat *st)
{