summaryrefslogtreecommitdiffstats
path: root/include/drm/DrmRights.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/drm/DrmRights.h')
-rw-r--r--include/drm/DrmRights.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/include/drm/DrmRights.h b/include/drm/DrmRights.h
index e04a066..11f8f78 100644
--- a/include/drm/DrmRights.h
+++ b/include/drm/DrmRights.h
@@ -61,7 +61,7 @@ public:
/**
* Destructor for DrmRights
*/
- virtual ~DrmRights() {}
+ virtual ~DrmRights();
public:
/**
@@ -97,6 +97,7 @@ private:
String8 mMimeType;
String8 mAccountId;
String8 mSubscriptionId;
+ char* mRightsFromFile;
};
};