]> www.ginac.de Git - ginac.git/blobdiff - ginac/archive.cpp
* basic::collec() never worked correctly on non-polynomials till now.
[ginac.git] / ginac / archive.cpp
index 3ce4ec6590a4fef154a209390b2e86c0c7057656..cdd76192ea51d9283351ebb74838abc9c1276649 100644 (file)
@@ -463,7 +463,7 @@ void archive_node::get_properties(propinfovector &v) const
        std::vector<property>::const_iterator i = props.begin(), iend = props.end();
        while (i != iend) {
                property_type type = i->type;
-               string name = a.unatomize(i->name);
+               std::string name = a.unatomize(i->name);
 
                propinfovector::iterator a = v.begin(), aend = v.end();
                bool found = false;