diff options
Diffstat (limited to 'src/playlist/PlaylistPlugin.hxx')
-rw-r--r-- | src/playlist/PlaylistPlugin.hxx | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/playlist/PlaylistPlugin.hxx b/src/playlist/PlaylistPlugin.hxx index d3c44f1f4..fd779ad8d 100644 --- a/src/playlist/PlaylistPlugin.hxx +++ b/src/playlist/PlaylistPlugin.hxx @@ -21,7 +21,7 @@ #define MPD_PLAYLIST_PLUGIN_HXX struct config_param; -struct InputStream; +class InputStream; struct Tag; class Mutex; class Cond; |