pkgsrc/audio/spiralloops/patches/patch-aq
joerg 297ad27ac7 Forgotten part of last commit:
Make private error member const to avoid const-cast-away from dlerror.
2006-01-05 15:35:44 +00:00

13 lines
360 B
Text

$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;