diff --git a/lib/modules/Protocols.pmod/X.pmod/XImage.pmod b/lib/modules/Protocols.pmod/X.pmod/XImage.pmod
index ddcd9e85abeb0317891c721c021afe17dad2cce1..fab0b483181411cfe3d2a50d6b05861c175e614b 100644
--- a/lib/modules/Protocols.pmod/X.pmod/XImage.pmod
+++ b/lib/modules/Protocols.pmod/X.pmod/XImage.pmod
@@ -1,6 +1,6 @@
 /* XImage.pmod
  *
- * $Id: XImage.pmod,v 1.12 1998/04/21 02:56:03 per Exp $
+ * $Id: XImage.pmod,v 1.13 2000/01/10 02:03:39 per Exp $
  */
 
 /*
@@ -44,7 +44,7 @@ class Image_wrapper
     function f;
     object parent;
     
-    void `()( mixed ... args )
+    mixed `()( mixed ... args )
     {
       mixed q = f( @args );
       if(objectp(q)) parent->set_image( q );