Skip to content
Snippets Groups Projects
Commit e59df89d authored by Per Hedbor's avatar Per Hedbor
Browse files

Fix type error

Rev: lib/modules/Protocols.pmod/X.pmod/XImage.pmod:1.13
parent d3116185
No related branches found
No related tags found
No related merge requests found
/* 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 );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment