#include "pvinstance.h" PVInstance::PVInstance(const InstanceType* type): Instance(type) {} PVInstance::~PVInstance() = default;