]> err.no Git - sope/blobdiff - sope-appserver/NGXmlRpc/NGXmlRpcClient.m
fixed a few gstep-base compilation warnings
[sope] / sope-appserver / NGXmlRpc / NGXmlRpcClient.m
index 0b4336577effb35225824e0329a1b01f995a9df7..4d1fc810803ba7f398fa6cecab4147f8ebf67280 100644 (file)
@@ -1,5 +1,6 @@
 /*
-  Copyright (C) 2000-2005 SKYRIX Software AG
+  Copyright (C) 2000-2007 SKYRIX Software AG
+  Copyright (C) 2007      Helge Hess
 
   This file is part of SOPE.
 
@@ -80,7 +81,8 @@
   }
 
   if ((self = [super init])) {
-    self->httpConnection = [[[self connectionClass] alloc] initWithURL:url];
+    self->httpConnection =
+      [(WOHTTPConnection *)[[self connectionClass] alloc] initWithURL:url];
     
     if ([[url scheme] hasPrefix:@"http"])
       self->uri = [[url path] copy];