diff options
author | Sven Neumann <sven@gimp.org> | 2001-12-14 00:43:04 +0000 |
---|---|---|
committer | Sven Neumann <neo@src.gnome.org> | 2001-12-14 00:43:04 +0000 |
commit | 98786bf21ba68bfe496887ea31573498fe996b68 (patch) | |
tree | 210c39278324cf47557c85b6a0fdd274ca48dcf7 /ChangeLog.pre-1-0 | |
parent | 384eaf43f11dcee0d7b10af5663bb5f8822634cf (diff) | |
download | pango-98786bf21ba68bfe496887ea31573498fe996b68.tar.gz |
use (PangoLanguage *) instead of (const gchar *) to please the compiler.
2001-12-14 Sven Neumann <sven@gimp.org>
* modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use
(PangoLanguage *) instead of (const gchar *) to please the compiler.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index a99b3809..98159a9b 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,8 @@ +2001-12-14 Sven Neumann <sven@gimp.org> + + * modules/hebrew/hebrew-x.c (hebrew_engine_get_coverage): use + (PangoLanguage *) instead of (const gchar *) to please the compiler. + 2001-12-13 Sebastian Wilhelmi <wilhelmi@ira.uka.de> * examples/Makefile.am, modules/arabic/Makefile.am, |