]> err.no Git - sope/blobdiff - sope-appserver/SoOFS/OFSWebMethod.m
lookup libs in lib64 on 64bit systems
[sope] / sope-appserver / SoOFS / OFSWebMethod.m
index d0adfe8549cfdef9733eb25f61957a985557ee66..d782aa695b458cb957c133cfcefbfd10aff4f291 100644 (file)
@@ -123,7 +123,7 @@ static BOOL debugOn = NO;
   
   /* the default renderer will recognize that as a component ... */
   return [self useRendererForComponentCreation]
-    ? self 
+    ? (id)self 
     : (id)[self componentInContext:_ctx];
 }