diff options
Diffstat (limited to 'src/server/events/Connect.hpp')
-rw-r--r-- | src/server/events/Connect.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/events/Connect.hpp b/src/server/events/Connect.hpp index f6b6cccc..bd15d6d3 100644 --- a/src/server/events/Connect.hpp +++ b/src/server/events/Connect.hpp @@ -1,6 +1,6 @@ /* This file is part of Ingen. - Copyright 2007-2015 David Robillard <http://drobilla.net/> + Copyright 2007-2016 David Robillard <http://drobilla.net/> Ingen is free software: you can redistribute it and/or modify it under the terms of the GNU Affero General Public License as published by the Free @@ -55,6 +55,7 @@ public: bool pre_process(); void execute(ProcessContext& context); void post_process(); + void undo(Interface& target); private: const Raul::Path _tail_path; |