From: Marcus Fritzsch Date: Mon, 4 Sep 2017 12:53:35 +0000 (+0200) Subject: Impl: use handler_fun instead of its full type X-Git-Tag: 4.99.1~40 X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?p=staging%2Fwindowmanager.git;a=commitdiff_plain;h=922a437c7b2c7b458babdb4debfdb4743d52c760 Impl: use handler_fun instead of its full type Signed-off-by: Marcus Fritzsch --- diff --git a/AFBClient.cpp b/AFBClient.cpp index 5fadc35..8ef7edc 100644 --- a/AFBClient.cpp +++ b/AFBClient.cpp @@ -44,8 +44,7 @@ class AFBClient::Impl { int deactivateSurface(const char *label); int endDraw(const char *label); - void set_event_handler(enum EventType et, - std::function f); + void set_event_handler(enum EventType et, handler_fun f); Impl(); ~Impl();