From e59df89d3a2ae332cddc136296c0dda1ccec5b4f Mon Sep 17 00:00:00 2001
From: Per Hedbor <ph@opera.com>
Date: Mon, 10 Jan 2000 03:03:39 +0100
Subject: [PATCH] Fix type error

Rev: lib/modules/Protocols.pmod/X.pmod/XImage.pmod:1.13
---
 lib/modules/Protocols.pmod/X.pmod/XImage.pmod | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/lib/modules/Protocols.pmod/X.pmod/XImage.pmod b/lib/modules/Protocols.pmod/X.pmod/XImage.pmod
index ddcd9e85ab..fab0b48318 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 );
-- 
GitLab