]> git.ipfire.org Git - thirdparty/squid.git/blobdiff - src/mime.cc
Summary: Final MSVC fixups.
[thirdparty/squid.git] / src / mime.cc
index acee3acd17ef3f6bed9ae949546810890b3a0ce9..dc7ee8c9fcc28248d97dd62426c48f366e91e62d 100644 (file)
@@ -1,6 +1,6 @@
 
 /*
- * $Id: mime.cc,v 1.112 2003/04/24 06:35:09 hno Exp $
+ * $Id: mime.cc,v 1.113 2003/08/10 11:00:43 robertc Exp $
  *
  * DEBUG: section 25    MIME Parsing
  * AUTHOR: Harvest Derived
@@ -597,7 +597,7 @@ MimeIcon::created (StoreEntry *newEntry)
     EBIT_SET(e->flags, ENTRY_SPECIAL);
     storeSetPublicKey(e);
     storeBuffer(e);
-    request_t *r = urlParse(METHOD_GET, url);
+    HttpRequest *r = urlParse(METHOD_GET, url);
 
     if (NULL == r)
         fatal("mimeLoadIcon: cannot parse internal URL");