]> git.tdb.fi Git - builder.git/blobdiff - source/buildinfo.h
Rename BuildInfo::add to update_from
[builder.git] / source / buildinfo.h
index 26e56c17f01ca10232438b5e53cc0c5d2ae1c233..11de3b0fe7b2a938b93d76c0bb253210851cb54e 100644 (file)
@@ -39,7 +39,7 @@ public:
        StringList warnings;
 
        /** Adds another BuildInfo to the end of this one. */
-       void add(const BuildInfo &);
+       void update_from(const BuildInfo &);
 
        /** Makes sure there are no duplicate entries in the lists.  For warnings,
        contradicting flags are eliminated and the last one stays in effect. */