diff options
Diffstat (limited to 'src/server/events/Move.hpp')
-rw-r--r-- | src/server/events/Move.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/events/Move.hpp b/src/server/events/Move.hpp index ae811138..74d32c61 100644 --- a/src/server/events/Move.hpp +++ b/src/server/events/Move.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 @@ -48,6 +48,7 @@ public: bool pre_process(); void execute(ProcessContext& context); void post_process(); + void undo(Interface& target); private: const Raul::Path _old_path; |