Index: compiled/subscription/DownloadableSubscription.h |
=================================================================== |
--- a/compiled/subscription/DownloadableSubscription.h |
+++ b/compiled/subscription/DownloadableSubscription.h |
@@ -47,17 +47,17 @@ public: |
GetErrorCount, SetErrorCount); |
SUBSCRIPTION_PROPERTY(uint64_t, mDataRevision, NONE, |
GetDataRevision, SetDataRevision); |
SUBSCRIPTION_STRING_PROPERTY(mRequiredVersion, NONE, |
GetRequiredVersion, SetRequiredVersion); |
SUBSCRIPTION_PROPERTY(int, mDownloadCount, NONE, |
GetDownloadCount, SetDownloadCount); |
- BINDINGS_EXPORTED OwnedString Serialize() const; |
+ OwnedString BINDINGS_EXPORTED Serialize() const; |
}; |
template<> |
inline DownloadableSubscription* Subscription::As<DownloadableSubscription>() |
{ |
if (mType != Type::DOWNLOADABLE) |
return nullptr; |