Index: compiled/subscription/DownloadableSubscription.cpp |
=================================================================== |
--- a/compiled/subscription/DownloadableSubscription.cpp |
+++ b/compiled/subscription/DownloadableSubscription.cpp |
@@ -13,17 +13,17 @@ |
* |
* You should have received a copy of the GNU General Public License |
* along with Adblock Plus. If not, see <http://www.gnu.org/licenses/>. |
*/ |
#include "DownloadableSubscription.h" |
DownloadableSubscription::DownloadableSubscription(const String& id) |
- : Subscription(Type::DOWNLOADABLE, id), mFixedTitle(false), mLastCheck(0), |
+ : Subscription(classType, id), mFixedTitle(false), mLastCheck(0), |
mHardExpiration(0), mSoftExpiration(0), mLastDownload(0), mLastSuccess(0), |
mErrorCount(0), mDataRevision(0), mDownloadCount(0) |
{ |
SetTitle(id); |
} |
OwnedString DownloadableSubscription::Serialize() const |
{ |