Fix compilation warning: Cast to gchar*

This commit is contained in:
Javier Jardón 2009-11-09 01:53:25 +01:00
parent c7a5ddf8a7
commit ef414cc6bf

View File

@ -179,7 +179,7 @@ _cairo_write (void *closure,
while (length > 0)
{
g_io_channel_write_chars (io, data, length, &written, &error);
g_io_channel_write_chars (io, (const gchar*)data, length, &written, &error);
if (error != NULL)
{