X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fhs-client.h;h=25645873b7a7472f69483c8d62effa273a7c58a0;hb=c6035c02992d874c1422cb279423017ca4c05eec;hp=1b2eb8ff4a8a1fab9583e4d5b6459b3f9806e0a1;hpb=d58138e0ceb19b3f201ec5e6e7126015db2cfead;p=apps%2Fagl-service-homescreen.git diff --git a/src/hs-client.h b/src/hs-client.h index 1b2eb8f..2564587 100644 --- a/src/hs-client.h +++ b/src/hs-client.h @@ -30,7 +30,7 @@ public: HS_Client &operator=(HS_Client&) = delete; ~HS_Client(); - int tap_shortcut(const char* appname); + int tap_shortcut(const char* appid); int on_screen_message (afb_req_t request, const char* message); int on_screen_reply (afb_req_t request, const char* message); int subscribe(afb_req_t request, const char* event);