mirror of
https://github.com/tomahawk-player/tomahawk.git
synced 2025-08-06 22:26:32 +02:00
Actually construct the private pointer
This commit is contained in:
@@ -30,6 +30,7 @@ using namespace Tomahawk;
|
|||||||
|
|
||||||
PlaylistEntry::PlaylistEntry()
|
PlaylistEntry::PlaylistEntry()
|
||||||
{
|
{
|
||||||
|
d_ptr = new PlaylistEntryPrivate( this );
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user