297ad27ac7
Make private error member const to avoid const-cast-away from dlerror.
13 lines
360 B
Text
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;
|