summaryrefslogtreecommitdiffstats
path: root/libsensors/LightSensor.h
diff options
context:
space:
mode:
Diffstat (limited to 'libsensors/LightSensor.h')
-rw-r--r--libsensors/LightSensor.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/libsensors/LightSensor.h b/libsensors/LightSensor.h
index ed639f4..ed3b435 100644
--- a/libsensors/LightSensor.h
+++ b/libsensors/LightSensor.h
@@ -33,6 +33,7 @@ struct input_event;
class LightSensor:public SamsungSensorBase {
float mPreviousLight;
+ virtual int handleEnable(int en);
virtual bool handleEvent(input_event const * event);
float indexToValue(size_t index) const;
public: