From f5a92d6cc39ea15ea8aa4cc35ee742a646b12508 Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Thu, 3 Jan 2013 01:36:28 +0100 Subject: Directory: add constructor and destructor --- test/DumpPlaylist.cxx | 3 +++ 1 file changed, 3 insertions(+) (limited to 'test/DumpPlaylist.cxx') diff --git a/test/DumpPlaylist.cxx b/test/DumpPlaylist.cxx index 231ae31a2..612f54827 100644 --- a/test/DumpPlaylist.cxx +++ b/test/DumpPlaylist.cxx @@ -20,6 +20,7 @@ #include "config.h" #include "TagSave.hxx" #include "song.h" +#include "Directory.hxx" extern "C" { #include "io_thread.h" @@ -37,6 +38,8 @@ extern "C" { #include #include +Directory::~Directory() {} + static void my_log_func(const gchar *log_domain, G_GNUC_UNUSED GLogLevelFlags log_level, const gchar *message, G_GNUC_UNUSED gpointer user_data) -- cgit v1.2.3