Directory: add constructor and destructor

This commit is contained in:
Max Kellermann
2013-01-03 01:36:28 +01:00
parent 3e8047e583
commit f5a92d6cc3
4 changed files with 45 additions and 18 deletions

View File

@@ -7,6 +7,8 @@ extern "C" {
Directory detached_root;
Directory::~Directory() {}
struct song *
song_dup_detached(const struct song *src)
{