From 986addabc684ba1326a750f1ad95b173c1d43eea Mon Sep 17 00:00:00 2001 From: edgrif <edgrif> Date: Thu, 17 Dec 2009 14:47:57 +0000 Subject: [PATCH] fix compiler warning. --- src/zmapWindow/zmapWindowFeature.c | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/zmapWindow/zmapWindowFeature.c b/src/zmapWindow/zmapWindowFeature.c index ba930acda..1be4b0321 100755 --- a/src/zmapWindow/zmapWindowFeature.c +++ b/src/zmapWindow/zmapWindowFeature.c @@ -28,9 +28,9 @@ * * Exported functions: See zmapWindow_P.h * HISTORY: - * Last edited: Dec 15 09:33 2009 (edgrif) + * Last edited: Dec 17 10:40 2009 (edgrif) * Created: Mon Jan 9 10:25:40 2006 (edgrif) - * CVS info: $Id: zmapWindowFeature.c,v 1.168 2009-12-16 11:11:43 edgrif Exp $ + * CVS info: $Id: zmapWindowFeature.c,v 1.169 2009-12-17 14:47:57 edgrif Exp $ *------------------------------------------------------------------- */ @@ -412,7 +412,7 @@ gboolean zMapWindowFeatureRemove(ZMapWindow zmap_window, FooCanvasItem *feature_ /* I think we shouldn't need to do this probably....on the other hand showing * empty cols is configurable.... */ - if (!(zmapWindowContainerHasFeatures(FOO_CANVAS_GROUP(container_set)))) + if (!(zmapWindowContainerHasFeatures((ZMapWindowContainerGroup)container_set))) zmapWindowContainerSetVisibility(FOO_CANVAS_GROUP(container_set), FALSE) ; /* destroy the feature... deletes record in the featureset. */ -- GitLab