Give the nsNSSCertDB class a virtual destructor.

Gets rid of a warning on Linux.


git-svn-id: svn://10.0.0.236/trunk@88362 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
javi%netscape.com
2001-03-02 01:37:11 +00:00
parent 43f7d4e089
commit 56da764588

View File

@@ -72,7 +72,7 @@ public:
NS_DECL_NSIX509CERTDB
nsNSSCertificateDB();
~nsNSSCertificateDB();
virtual ~nsNSSCertificateDB();
private: