Make FilenameDB dtor virtual.

This commit is contained in:
Steve Checkoway
2003-12-07 07:00:36 +00:00
parent 9ac29c3516
commit ed1b541a23
+1 -1
View File
@@ -82,7 +82,7 @@ protected:
public: public:
FilenameDB::FilenameDB(): FilenameDB::FilenameDB():
ExpireSeconds( -1 ) { } ExpireSeconds( -1 ) { }
FilenameDB::~FilenameDB() { FlushDirCache(); } virtual FilenameDB::~FilenameDB() { FlushDirCache(); }
void AddFileSet( CString sPath, FileSet *fs ); void AddFileSet( CString sPath, FileSet *fs );