From 8148e755d3f587e6c212ba90efc151ea07de2703 Mon Sep 17 00:00:00 2001 From: David Robillard <d@drobilla.net> Date: Sat, 15 Dec 2012 00:15:35 +0000 Subject: Add Subst::augment function. git-svn-id: http://svn.drobilla.net/resp/trunk@438 ad02d1e2-f140-0410-9f75-f8b11f17cedd --- src/resp.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'src/resp.hpp') diff --git a/src/resp.hpp b/src/resp.hpp index 8cdb75e..f4689a0 100644 --- a/src/resp.hpp +++ b/src/resp.hpp @@ -534,6 +534,7 @@ struct Subst : public list<Constraint> { if (s && t) { assert(s != t); push_back(Constraint(s, t)); } } static Subst compose(const Subst& delta, const Subst& gamma); + void augment(const Subst& subst); void add(const AST* from, const AST* to) { assert(from && to); push_back(Constraint(from, to)); -- cgit v1.2.1