Index: compiled/subscription/DownloadableSubscription.h |
diff --git a/compiled/subscription/DownloadableSubscription.h b/compiled/subscription/DownloadableSubscription.h |
index 49cf9c45a78fa9734b907331f5fc0f6a3d103b92..bcb1c08fcf8d893ca5a7256d7f43b405611dad9a 100644 |
--- a/compiled/subscription/DownloadableSubscription.h |
+++ b/compiled/subscription/DownloadableSubscription.h |
@@ -25,7 +25,7 @@ |
class DownloadableSubscription : public Subscription |
{ |
public: |
- explicit DownloadableSubscription(const String& id); |
+ explicit DownloadableSubscription(const String& id, const KeyValues& properties); |
Wladimir Palant
2017/12/21 10:30:38
I'd rather not have properties as an additional co
|
SUBSCRIPTION_PROPERTY(bool, mFixedTitle, SUBSCRIPTION_FIXEDTITLE, |
GetFixedTitle, SetFixedTitle); |
@@ -52,7 +52,7 @@ public: |
SUBSCRIPTION_PROPERTY(int, mDownloadCount, NONE, |
GetDownloadCount, SetDownloadCount); |
- OwnedString BINDINGS_EXPORTED Serialize() const; |
+ OwnedString SerializeProperties() const; |
}; |
template<> |