diff options
Diffstat (limited to 'libs/gui/DisplayEventDispatcher.cpp')
-rw-r--r-- | libs/gui/DisplayEventDispatcher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/libs/gui/DisplayEventDispatcher.cpp b/libs/gui/DisplayEventDispatcher.cpp index 8af1a1c6ef..15f966d062 100644 --- a/libs/gui/DisplayEventDispatcher.cpp +++ b/libs/gui/DisplayEventDispatcher.cpp @@ -104,7 +104,7 @@ void DisplayEventDispatcher::toggleConfigEvents(ISurfaceComposer::ConfigChanged mConfigChangeFlag = configChangeFlag; } -int DisplayEventDispatcher::getFd() { +int DisplayEventDispatcher::getFd() const { return mReceiver.getFd(); } |