$OpenBSD: patch-aqsistypes_plugins_cpp,v 1.1 2007/03/27 17:09:15 ajacoutot Exp $
--- aqsistypes/plugins.cpp.orig	Mon Feb 19 17:49:28 2007
+++ aqsistypes/plugins.cpp	Mon Feb 19 17:50:03 2007
@@ -164,7 +164,7 @@ CqPluginBase::DLError( void )
 	LocalFree( lpMsgBuf );
 #elif not defined AQSIS_SYSTEM_MACOSX
 
-	char* error = dlerror();
+	const char* error = dlerror();
 	if( error )
 		errorlog = error;
 #endif
