mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-01-19 07:27:59 +01:00
Actually construct the private pointer
This commit is contained in:
parent
85633d1440
commit
d006dd3d0f
@ -30,6 +30,7 @@ using namespace Tomahawk;
|
|||||||
|
|
||||||
PlaylistEntry::PlaylistEntry()
|
PlaylistEntry::PlaylistEntry()
|
||||||
{
|
{
|
||||||
|
d_ptr = new PlaylistEntryPrivate( this );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user