From: Christian P. <cp...@us...> - 2004-12-26 14:54:59
|
Update of /cvsroot/pclasses/pclasses2/src/System In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11424/src/System Modified Files: SharedLibCache.h Log Message: Fixed SharedLibCache::add() Index: SharedLibCache.h =================================================================== RCS file: /cvsroot/pclasses/pclasses2/src/System/SharedLibCache.h,v retrieving revision 1.3 retrieving revision 1.4 diff -u -d -r1.3 -r1.4 --- SharedLibCache.h 26 Dec 2004 14:38:09 -0000 1.3 +++ SharedLibCache.h 26 Dec 2004 14:54:50 -0000 1.4 @@ -54,7 +54,7 @@ _handles.clear(); } - void add(const std::string& name, unsigned long handle) + void add(const std::string& name, handle_t handle) { iterator i = _handles.find(name); if(i == _handles.end()) |