Author: jgg
Date: 1999-05-04 20:09:48 GMT
Fixed a typo
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
// -*- mode: cpp; mode: fold -*-
// Description /*{{{*/
-// $Id: cachefile.cc,v 1.2 1999/04/19 02:35:38 jgg Exp $
+// $Id: cachefile.cc,v 1.3 1999/05/04 20:09:48 jgg Exp $
/* ######################################################################
CacheFile - Simple wrapper class for opening, generating and whatnot
/* ######################################################################
CacheFile - Simple wrapper class for opening, generating and whatnot
// CacheFile::CacheFile - Constructor /*{{{*/
// ---------------------------------------------------------------------
/* */
// CacheFile::CacheFile - Constructor /*{{{*/
// ---------------------------------------------------------------------
/* */
-pkgCacheFile::pkgCacheFile() : Map(0), Cache(0), Lock()
+pkgCacheFile::pkgCacheFile() : Map(0), Cache(0), Lock(0)