[PVR] let CPVRRecording implement ISerializable
[vuplus_xbmc] / xbmc / pvr / recordings / PVRRecording.h
index 8238bf4..dfa28a8 100644 (file)
@@ -64,6 +64,8 @@ namespace PVR
     bool operator ==(const CPVRRecording& right) const;
     bool operator !=(const CPVRRecording& right) const;
 
+    virtual void Serialize(CVariant& value) const;
+
     /*!
      * @brief Reset this tag to it's initial state.
      */