summaryrefslogtreecommitdiffstats
blob: bdddb2a4b05179682d99157a5dc485bd09db55d4 (plain)
1
2
3
4
5
6
7
8
9
10
#pragma once

#include "SwifTools/AutoUpdater/AutoUpdater.h"

namespace Swift {
	class DummyAutoUpdater : public AutoUpdater {
		public:
			void checkForUpdates() {}
	};
}