aboutsummaryrefslogtreecommitdiffstats
path: root/demos/applications/combo/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'demos/applications/combo/main.c')
-rw-r--r--demos/applications/combo/main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/demos/applications/combo/main.c b/demos/applications/combo/main.c
index da97e5d6..42e5aa1f 100644
--- a/demos/applications/combo/main.c
+++ b/demos/applications/combo/main.c
@@ -86,7 +86,7 @@ static GHandle ghRadioBlack, ghRadioWhite, ghRadioYellow;
static GHandle ghList1, ghList2, ghList3, ghList4;
static GHandle ghImage1;
static GHandle ghProgressbar1;
-static gdispImage imgYesNo;
+static gImage imgYesNo;
/* Some useful macros */
#define ScrWidth gdispGetWidth()