From e7b93ab4b254175a0d9ba0addeaf007f6c8e3fcc Mon Sep 17 00:00:00 2001 From: Stefan Seyfried Date: Sat, 3 Nov 2012 10:47:04 +0100 Subject: [PATCH] add dummy CFanControlNotifier::setSpeed() to fix build --- src/system/setting_helpers.cpp | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/system/setting_helpers.cpp b/src/system/setting_helpers.cpp index ad8a8e44a..2a77c36b3 100644 --- a/src/system/setting_helpers.cpp +++ b/src/system/setting_helpers.cpp @@ -522,6 +522,10 @@ bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void * data) return false; } #else +void CFanControlNotifier::setSpeed(unsigned int) +{ +} + bool CFanControlNotifier::changeNotify(const neutrino_locale_t, void *) { return false;