X-Git-Url: https://gerrit.automotivelinux.org/gerrit/gitweb?a=blobdiff_plain;f=src%2Fapplist.cpp;h=67980f15ee0c92053d4fbfed35d03e1b33a4e7d2;hb=7a4a02d048910615cb15c26fc5534ad471a8d5ac;hp=17b47e3e580f71578b45b5c6efe2722f937305f7;hpb=010ca3f3459a52e44deb5e70e94e9cd394814e3e;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; + } } /**