X-Git-Url: https://www.ginac.de/ginac.git//ginac.git?p=ginac.git;a=blobdiff_plain;f=ginac%2Fhash_map.h;h=a82bddeea77293d5d1abe0693352203f38f9a649;hp=13facc415c403e892121a14de38a2dc8ec1f9617;hb=3cbd851611c82629116046ecbe36fd85f373496c;hpb=7dfed2bf4fb42d23410332576dc9fbe14ea154f8 diff --git a/ginac/hash_map.h b/ginac/hash_map.h index 13facc41..a82bddee 100644 --- a/ginac/hash_map.h +++ b/ginac/hash_map.h @@ -3,7 +3,7 @@ * Replacement for map<> using hash tables. */ /* - * GiNaC Copyright (C) 1999-2003 Johannes Gutenberg University Mainz, Germany + * GiNaC Copyright (C) 1999-2004 Johannes Gutenberg University Mainz, Germany * * This program is free software; you can redistribute it and/or modify * it under the terms of the GNU General Public License as published by @@ -337,7 +337,7 @@ public: iterator insert(iterator pos, const value_type &x) { - return insert(this->val).first; + return insert(x).first; } template