[partition] fix build with latest kpmcore.
@ -665,7 +665,11 @@ PartitionCoreModule::scanForLVMPVs()
// Update LVM::pvList
LvmDevice::scanSystemLVM( physicalDevices );
#ifdef WITH_KPMCOREGT33
for ( auto p : LVM::pvList::list() )
#else
for ( auto p : LVM::pvList )
#endif
{
m_lvmPVs << p.partition().data();