Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/src/gcompris
diff options
context:
space:
mode:
authorBruno Coudoin <bcoudoin@src.gnome.org>2008-05-19 22:09:24 (GMT)
committer Bruno Coudoin <bcoudoin@src.gnome.org>2008-05-19 22:09:24 (GMT)
commit33c25c63a4d35c45e2c82bd7ab1289be47c330d4 (patch)
tree4ba37cdd870e8f8cb715d7063db3427f7c276ed7 /src/gcompris
parent99e005f6ee3c327832a29e6c29f3302a188a0dd0 (diff)
minor, compilation issue
svn path=/trunk/; revision=3447
Diffstat (limited to 'src/gcompris')
-rw-r--r--src/gcompris/gcompris_im.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gcompris/gcompris_im.h b/src/gcompris/gcompris_im.h
index b54e55d..96455e3 100644
--- a/src/gcompris/gcompris_im.h
+++ b/src/gcompris/gcompris_im.h
@@ -25,7 +25,7 @@
#ifndef GCOMPRIS_IM_H
#define GCOMPRIS_IM_H
-void gc_im_init();
+void gc_im_init(GtkWidget *window);
void gc_im_reset();
#endif