From d0c72c3fb29d535f5bb12b651e3bcaa516650199 Mon Sep 17 00:00:00 2001 From: Hisham Muhammad Date: Mon, 23 Mar 2015 15:26:56 -0300 Subject: Move FunctionBar inside Panel --- Action.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Action.h') diff --git a/Action.h b/Action.h index 4228349c..3015a006 100644 --- a/Action.h +++ b/Action.h @@ -39,7 +39,7 @@ typedef struct State_ { } State; -Object* Action_pickFromVector(State* st, Panel* list, int x, const char** keyLabels); +Object* Action_pickFromVector(State* st, Panel* list, int x); // ---------------------------------------- -- cgit v1.2.3