diff --git a/light/aidl/default/Lights.h b/light/aidl/default/Lights.h index d6d5bf1ed3..cba147f78d 100644 --- a/light/aidl/default/Lights.h +++ b/light/aidl/default/Lights.h @@ -26,7 +26,7 @@ namespace light { // Default implementation that reports a few placeholder lights. class Lights : public BnLights { ndk::ScopedAStatus setLightState(int id, const HwLightState& state) override; - ndk::ScopedAStatus getLights(std::vector* types) override; + ndk::ScopedAStatus getLights(std::vector* lights) override; }; } // namespace light