diff options
Diffstat (limited to 'src/qmmpui/playlistformat.h')
| -rw-r--r-- | src/qmmpui/playlistformat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlistformat.h b/src/qmmpui/playlistformat.h index be7eb46ff..55675e1a3 100644 --- a/src/qmmpui/playlistformat.h +++ b/src/qmmpui/playlistformat.h @@ -49,7 +49,7 @@ public: /*! * Returns playlist format properties. */ - virtual const PlayListFormatProperties properties() const = 0; + virtual PlayListFormatProperties properties() const = 0; /*! * Takes raw contents of playlist file, should return string list of * ready file pathes to fill the playlist. |
