X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fapplist.cpp;fp=src%2Fapplist.cpp;h=67980f15ee0c92053d4fbfed35d03e1b33a4e7d2;hb=2b1bf85afe0a8b24f75386f7c24df85f9b785bd3;hp=17b47e3e580f71578b45b5c6efe2722f937305f7;hpb=d1188744973931f66a83968310175369cd85c231;p=apps%2Fagl-service-windowmanager.git diff --git a/src/applist.cpp b/src/applist.cpp index 17b47e3..67980f1 100644 --- a/src/applist.cpp +++ b/src/applist.cpp @@ -310,6 +310,10 @@ const vector &AppList::getActions(unsigned req_num, bool* found } } HMI_SEQ_ERROR(req_num, "Couldn't get action with the request : %d", req_num); + { + static vector empty; + return empty; + } } /**