diff --git a/src/mirall/sparkleupdater.h b/src/mirall/sparkleupdater.h index 26d1ae3f4..3be962a15 100644 --- a/src/mirall/sparkleupdater.h +++ b/src/mirall/sparkleupdater.h @@ -25,6 +25,8 @@ public: SparkleUpdater(const QString& appCastUrl, QObject *parent = 0); ~SparkleUpdater(); + // unused in this updater + Updater::UpdateState updateState() { return Updater::NoUpdate; } void checkForUpdate(); void backgroundCheckForUpdate(); private: