Index: compiled/subscription/DownloadableSubscription.h |
diff --git a/compiled/subscription/DownloadableSubscription.h b/compiled/subscription/DownloadableSubscription.h |
index 12203e777eca8b0b7919632abeed10daa79b7a37..b153ef7019e38c4c98755b664d584f03ac6a642b 100644 |
--- a/compiled/subscription/DownloadableSubscription.h |
+++ b/compiled/subscription/DownloadableSubscription.h |
@@ -29,7 +29,7 @@ class DownloadableSubscription : public Subscription |
{ |
public: |
static constexpr Type classType = Type::DOWNLOADABLE; |
- explicit DownloadableSubscription(const String& id); |
+ explicit DownloadableSubscription(const String& id, const KeyValues& properties); |
SUBSCRIPTION_PROPERTY(bool, mFixedTitle, SUBSCRIPTION_FIXEDTITLE, |
GetFixedTitle, SetFixedTitle); |
@@ -56,9 +56,9 @@ public: |
SUBSCRIPTION_PROPERTY(int, mDownloadCount, NONE, |
GetDownloadCount, SetDownloadCount); |
- OwnedString BINDINGS_EXPORTED Serialize() const; |
+ OwnedString SerializeProperties() const; |
}; |
typedef intrusive_ptr<DownloadableSubscription> DownloadableSubscriptionPtr; |
-ABP_NS_END |
+ABP_NS_END |