aboutsummaryrefslogtreecommitdiffstats
path: root/test/TestQueuePriority.cxx
diff options
context:
space:
mode:
authorMax Kellermann <max@duempel.org>2013-01-03 01:36:28 +0100
committerMax Kellermann <max@duempel.org>2013-01-03 01:36:28 +0100
commitf5a92d6cc39ea15ea8aa4cc35ee742a646b12508 (patch)
tree0797bc80790ce919880a43bb032bd991fe7b2a4b /test/TestQueuePriority.cxx
parent3e8047e5831b4cc7dabae596746066698ad7c8cd (diff)
downloadmpd-f5a92d6cc39ea15ea8aa4cc35ee742a646b12508.tar.gz
mpd-f5a92d6cc39ea15ea8aa4cc35ee742a646b12508.tar.xz
mpd-f5a92d6cc39ea15ea8aa4cc35ee742a646b12508.zip
Directory: add constructor and destructor
Diffstat (limited to '')
-rw-r--r--test/TestQueuePriority.cxx2
1 files changed, 2 insertions, 0 deletions
diff --git a/test/TestQueuePriority.cxx b/test/TestQueuePriority.cxx
index 860015ffe..01f39a006 100644
--- a/test/TestQueuePriority.cxx
+++ b/test/TestQueuePriority.cxx
@@ -7,6 +7,8 @@ extern "C" {
Directory detached_root;
+Directory::~Directory() {}
+
struct song *
song_dup_detached(const struct song *src)
{