fix up casting

This commit is contained in:
Christopher Aillon 2007-08-08 17:00:42 +00:00
parent 488b80a409
commit 795983ff16

View File

@ -841,7 +841,7 @@ diff -u -r1.1.1.1 nsDragService.cpp
+
+ target->target = g_strdup(aFlavorStr);
+ target->flags = 0;
+ target->info = (guint)atom;
+ target->info = GPOINTER_TO_UINT(atom);
+
+ return target;
+}