pqSMTKResourceRepresentation: cast to common base class
Recently, SMTK switched from using vtkPVCompositeRepresentation to using vtkSMTKCompositeRepresentation. Both classes inherit from vtkCompositeRepresentation. This update fixes a cast to refer to the base class that is common to both, so the subsequent call to the active representation will succeed.