diff options
Diffstat (limited to 'src/applist.cpp')
-rw-r--r-- | src/applist.cpp | 4 |
1 files changed, 4 insertions, 0 deletions
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<struct WMAction> &AppList::getActions(unsigned req_num, bool* found } } HMI_SEQ_ERROR(req_num, "Couldn't get action with the request : %d", req_num); + { + static vector<struct WMAction> empty; + return empty; + } } /** |