Skip to content

Commit

Permalink
mResampleTouch should not be const to avoid gcc >4.6 to act as the co…
Browse files Browse the repository at this point in the history
…nstructor is implicitly deleted

Change-Id: I09eb230ba9765e7646ee868527110b5fa80f5e60
Signed-off-by: Ricardo Salveti de Araujo <[email protected]>
Signed-off-by: Ondrej Kubik <[email protected]>
  • Loading branch information
Ricardo Salveti de Araujo authored and mariogrip committed Nov 2, 2015
1 parent ac0afed commit d5990c8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/input/InputTransport.h
Original file line number Diff line number Diff line change
Expand Up @@ -340,7 +340,7 @@ class InputConsumer {

private:
// True if touch resampling is enabled.
const bool mResampleTouch;
bool mResampleTouch;

// The input channel.
sp<InputChannel> mChannel;
Expand Down

0 comments on commit d5990c8

Please sign in to comment.