pkgsrc/security/steghide/patches/patch-ae
agc 69578ff1af Make this package compile and run with recent C++ from gcc4.
Take maintainership.

Anglicise some of the text in DESCR.
2007-10-02 19:03:11 +00:00

12 lines
322 B
Text

$NetBSD: patch-ae,v 1.1 2007/10/02 19:03:12 agc Exp $
--- src/AudioData.h 2007/10/01 22:02:55 1.1
+++ src/AudioData.h 2007/10/01 21:59:44
@@ -41,6 +41,7 @@
virtual void read (BinaryIO* io, UWORD32 n = NoLimit) = 0 ;
virtual void write (BinaryIO* io, UWORD32 n = NoLimit) = 0 ;
+ virtual ~AudioData() {}
} ;
/**