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

Commit 426f905b authored by Jeff Brown's avatar Jeff Brown
Browse files

Fix build.

Change-Id: I277042c91b34af59e70941fd5b458581310b1c22
parent 4a3862f6
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -171,7 +171,7 @@ private:
        mInputDevices = inputDevices;
    }

    virtual sp<KeyCharacterMap> getKeyboardLayout(const String8& inputDeviceDescriptor) {
    virtual sp<KeyCharacterMap> getKeyboardLayoutOverlay(const String8& inputDeviceDescriptor) {
        return NULL;
    }
};