diff options
author | Max Kellermann <max@duempel.org> | 2013-01-04 22:31:53 +0100 |
---|---|---|
committer | Max Kellermann <max@duempel.org> | 2013-01-04 22:31:53 +0100 |
commit | 81f3d893d9e41120d76a3e710db77ccd829cbf42 (patch) | |
tree | e5d58dcd2d8541d76ce3f966521acae94aa0b6df /test/run_output.cxx | |
parent | 05c91082e3de0b0078c26ddb9da68fd00da8c90e (diff) | |
download | mpd-81f3d893d9e41120d76a3e710db77ccd829cbf42.tar.gz mpd-81f3d893d9e41120d76a3e710db77ccd829cbf42.tar.xz mpd-81f3d893d9e41120d76a3e710db77ccd829cbf42.zip |
player_control.h: convert header to C++
Diffstat (limited to 'test/run_output.cxx')
-rw-r--r-- | test/run_output.cxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/run_output.cxx b/test/run_output.cxx index 9307256ab..18967ead2 100644 --- a/test/run_output.cxx +++ b/test/run_output.cxx @@ -33,7 +33,7 @@ extern "C" { } #include "Playlist.hxx" -#include "player_control.h" +#include "PlayerControl.hxx" #include "stdbin.h" #include <glib.h> |