diff options
Diffstat (limited to '')
-rw-r--r-- | test/TestQueuePriority.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/TestQueuePriority.cxx b/test/TestQueuePriority.cxx index a046df524..860015ffe 100644 --- a/test/TestQueuePriority.cxx +++ b/test/TestQueuePriority.cxx @@ -5,7 +5,7 @@ extern "C" { #include "song.h" #include "Directory.hxx" -struct directory detached_root; +Directory detached_root; struct song * song_dup_detached(const struct song *src) |