Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 0c791f42 authored by Treehugger Robot's avatar Treehugger Robot Committed by Gerrit Code Review
Browse files

Merge "AIDL effect: Declare effectProxy class as final"

parents 1d365d2f 24ee599e
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -38,7 +38,7 @@ namespace effect {
 * and parameters will only passthrough to the active sub-effect.
 *
 */
class EffectProxy : public ::aidl::android::hardware::audio::effect::BnEffect {
class EffectProxy final : public ::aidl::android::hardware::audio::effect::BnEffect {
  public:
    EffectProxy(const ::aidl::android::hardware::audio::effect::Descriptor::Identity& id,
                const std::shared_ptr<::aidl::android::hardware::audio::effect::IFactory>& factory);