]> www.ginac.de Git - cln.git/blobdiff - src/base/hash/cl_rcpointer_hashweak_rcpointer.cc
Cater to the fact that g++ 4.3 will use a different naming for
[cln.git] / src / base / hash / cl_rcpointer_hashweak_rcpointer.cc
index 6d134a5f5a64f93cef8c09e4459e7758575f5588..c711d7edca1856c7ac80500ffad461ed1ea98b20 100644 (file)
@@ -29,7 +29,7 @@ cl_class cl_class_weak_hashtable_from_rcpointer_to_rcpointer = {
 
 // These are not inline, because they tend to duplicate a lot of template code.
 
-cl_wht_from_rcpointer_to_rcpointer::cl_wht_from_rcpointer_to_rcpointer (cl_boolean (*maygc_htentry) (const cl_htentry_from_rcpointer_to_rcpointer&))
+cl_wht_from_rcpointer_to_rcpointer::cl_wht_from_rcpointer_to_rcpointer (bool (*maygc_htentry) (const cl_htentry_from_rcpointer_to_rcpointer&))
 {
        var cl_heap_weak_hashtable_from_rcpointer_to_rcpointer* ht = new cl_heap_weak_hashtable_from_rcpointer_to_rcpointer (maygc_htentry);
        ht->refcount = 1;