diff options
Diffstat (limited to 'src/qmmpui/playlisttrack.cpp')
| -rw-r--r-- | src/qmmpui/playlisttrack.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/qmmpui/playlisttrack.cpp b/src/qmmpui/playlisttrack.cpp index 0f89314e6..7cb698b65 100644 --- a/src/qmmpui/playlisttrack.cpp +++ b/src/qmmpui/playlisttrack.cpp @@ -45,7 +45,7 @@ PlayListTrack::PlayListTrack(const PlayListTrack &other) : TrackInfo(other), m_formattedLength = other.m_formattedLength; } -PlayListTrack::PlayListTrack(TrackInfo *info) : TrackInfo(*info), +PlayListTrack::PlayListTrack(const TrackInfo *info) : TrackInfo(*info), PlayListItem() { m_settings = QmmpUiSettings::instance(); |
