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/TestQueuePriority.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'test/TestQueuePriority.cxx') 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) { -- cgit v1.2.3