changes for ltdl.h (when I remove that backward compatible POSIX breaking

hack).

svn path=/trunk/kdebase/kwin/; revision=90718
icc-effect-5.14.5
Michael Matz 2001-04-06 04:04:51 +00:00
parent c8133a6ba1
commit a9522c8834
1 changed files with 1 additions and 1 deletions

View File

@ -164,7 +164,7 @@ void PluginMgr::loadPlugin(QString nameStr)
if( !path.isEmpty() ) {
if ( (handle = lt_dlopen(path.latin1() ) ) ) {
lt_ptr_t alloc_func = lt_dlsym(handle, "allocate");
lt_ptr alloc_func = lt_dlsym(handle, "allocate");
if(alloc_func) {
alloc_ptr = (Client* (*)(Workspace *ws, WId w, int tool))alloc_func;
} else{