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

Commit 579c900b authored by Marco Nelissen's avatar Marco Nelissen Committed by android-build-merger
Browse files

Merge "Declare Visualizer::setEnabled() 'final'"

am: 00639037

Change-Id: Ie34e205683ed831dd6dbb7a556323c04fb0b949c
parents 4dd1013a 00639037
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -73,7 +73,8 @@ public:

                        ~Visualizer();

    virtual status_t    setEnabled(bool enabled);
    // Declared 'final' because we call this in ~Visualizer().
    status_t    setEnabled(bool enabled) final;

    // maximum capture size in samples
    static uint32_t getMaxCaptureSize() { return VISUALIZER_CAPTURE_SIZE_MAX; }