diff options
author | Max Kellermann <max@duempel.org> | 2013-01-07 08:59:11 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-07 09:05:01 +0100 |
commit | 9f4b906e6cb61def8afddc2ed9bdf826e52e96d2 (patch) | |
tree | 2cfe029e0581c059126051b3450163226343a3b9 /src/StateFile.cxx | |
parent | 804900df362c7f65736f8863e7be330e1ddf8758 (diff) | |
download | mpd-9f4b906e6cb61def8afddc2ed9bdf826e52e96d2.tar.gz mpd-9f4b906e6cb61def8afddc2ed9bdf826e52e96d2.tar.xz mpd-9f4b906e6cb61def8afddc2ed9bdf826e52e96d2.zip |
volume: convert to C++
Diffstat (limited to '')
-rw-r--r-- | src/StateFile.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/StateFile.cxx b/src/StateFile.cxx index 1d77b77de..29a560c75 100644 --- a/src/StateFile.cxx +++ b/src/StateFile.cxx @@ -23,10 +23,7 @@ #include "PlaylistState.hxx" #include "TextFile.hxx" #include "Partition.hxx" - -extern "C" { -#include "volume.h" -} +#include "Volume.hxx" #include <glib.h> #include <assert.h> |