diff options
author | Max Kellermann <max@duempel.org> | 2013-01-09 22:37:47 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-09 22:37:47 +0100 |
commit | 5faf443038edfb7e79ae423a3499faa3af05d64b (patch) | |
tree | d1c821578e67a400161cd646d07dc887ee98c57f /src/Volume.cxx | |
parent | 8eacd13ce7f528adc52614ce3cc5faf963b3fc5a (diff) | |
download | mpd-5faf443038edfb7e79ae423a3499faa3af05d64b.tar.gz mpd-5faf443038edfb7e79ae423a3499faa3af05d64b.tar.xz mpd-5faf443038edfb7e79ae423a3499faa3af05d64b.zip |
event_pipe.h: convert to C++
Diffstat (limited to 'src/Volume.cxx')
-rw-r--r-- | src/Volume.cxx | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/src/Volume.cxx b/src/Volume.cxx index a046aa942..6a71a6964 100644 --- a/src/Volume.cxx +++ b/src/Volume.cxx @@ -21,10 +21,7 @@ #include "Volume.hxx" #include "MixerAll.hxx" #include "Idle.hxx" - -extern "C" { -#include "event_pipe.h" -} +#include "EventPipe.hxx" #include <glib.h> |