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

Commit 8a5bb15e authored by Adam Lesinski's avatar Adam Lesinski
Browse files

Fix automerge issue

Duplicate method declaration.

Change-Id: I9355bd7c716e668ad7892fd12e93352455d149b5
parent b2808c03
Loading
Loading
Loading
Loading
+0 −2
Original line number Diff line number Diff line
@@ -40,8 +40,6 @@ public:

    // Process an image from source out to dest
    virtual void processImage(String8 source, String8 dest) = 0;

    virtual ~CacheUpdater() {}
private:
};