From 3bc9c908702b967f80e85773d7417543bf366b6d Mon Sep 17 00:00:00 2001 From: "mcafee%netscape.com" Date: Thu, 3 Sep 1998 10:51:54 +0000 Subject: [PATCH] More solaris breakage, nsImageUnix::BuildImage() needs to return status. --- gfx/src/motif/nsImageUnix.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/gfx/src/motif/nsImageUnix.cpp b/gfx/src/motif/nsImageUnix.cpp index e25b1bb3bfe3..089640aceb44 100644 --- a/gfx/src/motif/nsImageUnix.cpp +++ b/gfx/src/motif/nsImageUnix.cpp @@ -370,6 +370,8 @@ nsresult nsImageUnix::BuildImage(nsDrawingSurface aDrawingSurface) ConvertImage(aDrawingSurface); CreateImage(aDrawingSurface); + + return NS_OK; } //------------------------------------------------------------