pkgsrc-Changes-HG archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
[pkgsrc/trunk]: pkgsrc/audio/spiralloops/patches Forgotten part of last commit:
details: https://anonhg.NetBSD.org/pkgsrc/rev/4a52b7031349
branches: trunk
changeset: 505606:4a52b7031349
user: joerg <joerg%pkgsrc.org@localhost>
date: Thu Jan 05 15:35:44 2006 +0000
description:
Forgotten part of last commit:
Make private error member const to avoid const-cast-away from dlerror.
diffstat:
audio/spiralloops/patches/patch-aq | 13 +++++++++++++
1 files changed, 13 insertions(+), 0 deletions(-)
diffs (17 lines):
diff -r a4dd517b1db5 -r 4a52b7031349 audio/spiralloops/patches/patch-aq
--- /dev/null Thu Jan 01 00:00:00 1970 +0000
+++ b/audio/spiralloops/patches/patch-aq Thu Jan 05 15:35:44 2006 +0000
@@ -0,0 +1,13 @@
+$NetBSD: patch-aq,v 1.1 2006/01/05 15:35:44 joerg Exp $
+
+--- SpiralLoops.h.orig 2006-01-05 15:31:41.000000000 +0000
++++ SpiralLoops.h
+@@ -89,7 +89,7 @@ private:
+ Sample*(*Run)(void);
+ void (*Destroy)(void);
+ void *handle;
+- char *error;
++ const char *error;
+ Sample *m_PluginBuffer;
+ bool m_PluginOpen;
+ bool m_PluginLinked;
Home |
Main Index |
Thread Index |
Old Index