From 3e8047e5831b4cc7dabae596746066698ad7c8cd Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 2 Jan 2013 23:06:20 +0100 Subject: Directory: rename struct directory to Directory --- test/DumpDatabase.cxx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/DumpDatabase.cxx') diff --git a/test/DumpDatabase.cxx b/test/DumpDatabase.cxx index 3a4e980b1..0678d7076 100644 --- a/test/DumpDatabase.cxx +++ b/test/DumpDatabase.cxx @@ -48,7 +48,7 @@ my_log_func(const gchar *log_domain, G_GNUC_UNUSED GLogLevelFlags log_level, } static bool -DumpDirectory(const directory &directory, GError **) +DumpDirectory(const Directory &directory, GError **) { cout << "D " << directory.path << endl; return true; @@ -63,7 +63,7 @@ DumpSong(song &song, GError **) static bool DumpPlaylist(const PlaylistInfo &playlist, - const directory &directory, GError **) + const Directory &directory, GError **) { cout << "P " << directory.path << "/" << playlist.name.c_str() << endl; return true; -- cgit v1.2.3