From dddda6bb6b668ea20ad7b9a11a933ab327afa8ce Mon Sep 17 00:00:00 2001 From: Richard Kreckel Date: Sun, 12 Oct 2003 23:49:09 +0000 Subject: [PATCH] * All your dependent bases are... D'Oh! --- ginac/hash_map.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ginac/hash_map.h b/ginac/hash_map.h index 13facc41..b161c9e3 100644 --- a/ginac/hash_map.h +++ b/ginac/hash_map.h @@ -337,7 +337,7 @@ public: iterator insert(iterator pos, const value_type &x) { - return insert(this->val).first; + return insert(x).first; } template -- 2.44.0