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

Commit 866f87b0 authored by John Reck's avatar John Reck
Browse files

Add missing `=0` on interface

Change-Id: Ife0cf573862ba527246a9dbcdda8e03460cf074e
Test: builds
Flag: EXEMPT build fix
parent df31be13
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -144,7 +144,7 @@ public:

    // An elevated number of queued buffers in the server is detected. This propagates a
    // flag to Choreographer indicating that buffer stuffing recovery should begin.
    virtual void addBufferStuffedUids(BufferStuffingMap bufferStuffedUids);
    virtual void addBufferStuffedUids(BufferStuffingMap bufferStuffedUids) = 0;
};

struct IEventThreadCallback {