From d8257ec3e567f0f7509cd6dba11faea9c67c9cb5 Mon Sep 17 00:00:00 2001 From: weidai Date: Wed, 12 Oct 2011 06:11:16 +0000 Subject: fix warning with LLVM (Marshall Clow) git-svn-id: svn://svn.code.sf.net/p/cryptopp/code/trunk/c5@531 57ff6487-cd31-0410-9ec3-f628ee90f5f0 --- factory.h | 1 + 1 file changed, 1 insertion(+) (limited to 'factory.h') diff --git a/factory.h b/factory.h index ef5a59e..5b65db3 100644 --- a/factory.h +++ b/factory.h @@ -12,6 +12,7 @@ template class ObjectFactory { public: + virtual ~ObjectFactory () {} virtual AbstractClass * CreateObject() const =0; }; -- cgit v1.2.1