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

Commit 00639037 authored by Marco Nelissen's avatar Marco Nelissen Committed by Gerrit Code Review
Browse files

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

parents 10d6f20b d4dd8b8e
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; }