freebsd-ports/security/tripwire/files/patch-src-core-archive.h
Cy Schubert 25eef83f62 Fix build under clang and gcc 4.8.
Submitted by:	dim
2014-06-15 07:12:26 +00:00

11 lines
347 B
C++

--- src/core/archive.h.orig 2011-11-21 17:06:56.000000000 +0100
+++ src/core/archive.h 2014-06-15 01:51:40.000000000 +0200
@@ -85,6 +85,8 @@ TSS_EXCEPTION( eArchiveStringTooLong, eA
class cArchive
{
public:
+ virtual ~cArchive() {}
+
// convenience methods
//
// Specific Read functions throw(eArchive) if EOF is reached because