aboutsummaryrefslogtreecommitdiff
path: root/graphics/tulip/files/patch-TemplateFactory.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'graphics/tulip/files/patch-TemplateFactory.cxx')
-rw-r--r--graphics/tulip/files/patch-TemplateFactory.cxx11
1 files changed, 11 insertions, 0 deletions
diff --git a/graphics/tulip/files/patch-TemplateFactory.cxx b/graphics/tulip/files/patch-TemplateFactory.cxx
new file mode 100644
index 000000000000..7853c5568108
--- /dev/null
+++ b/graphics/tulip/files/patch-TemplateFactory.cxx
@@ -0,0 +1,11 @@
+--- library/include/cxx/TemplateFactory.cxx.orig Fri Jan 10 12:29:37 2003
++++ library/include/cxx/TemplateFactory.cxx Fri Jan 10 12:30:17 2003
+@@ -41,7 +41,7 @@
+ else
+ {
+ createObj =(func) dlsym(handle, "_creator");
+- if ((error=dlerror())!=0)
++ if ((error=(char*)dlerror())!=0)
+ {
+ dlclose(handle);
+ if (loader!=0) loader->aborted(std::string(namelist[n]->d_name),std::string(error));