selection: Hi, I can't get my code right
Also, I refuse to compile with -Werror, so I don't notice.
This commit is contained in:
@ -3132,7 +3132,7 @@ gtk_target_entry_new (const char *target,
|
|||||||
guint flags,
|
guint flags,
|
||||||
guint info)
|
guint info)
|
||||||
{
|
{
|
||||||
GtkTargetEntry entry = { target, flags, info };
|
GtkTargetEntry entry = { (char *) target, flags, info };
|
||||||
return gtk_target_entry_copy (&entry);
|
return gtk_target_entry_copy (&entry);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user