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

Commit 781acc7d authored by Treehugger Robot's avatar Treehugger Robot Committed by Automerger Merge Worker
Browse files

Merge "AIDL effect: Declare effectProxy class as final" am: 0c791f42

parents 0c573ca6 0c791f42
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);