1
0
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:
Jeff Mitchell 2013-07-01 18:36:13 -04:00
parent 85633d1440
commit d006dd3d0f

View File

@ -30,6 +30,7 @@ using namespace Tomahawk;
PlaylistEntry::PlaylistEntry()
{
d_ptr = new PlaylistEntryPrivate( this );
}