summaryrefslogtreecommitdiffstats
path: root/src/server/events/Copy.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/server/events/Copy.hpp')
-rw-r--r--src/server/events/Copy.hpp3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/server/events/Copy.hpp b/src/server/events/Copy.hpp
index 2677ba53..a1726cc6 100644
--- a/src/server/events/Copy.hpp
+++ b/src/server/events/Copy.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
@@ -49,6 +49,7 @@ public:
bool pre_process();
void execute(ProcessContext& context);
void post_process();
+ void undo(Interface& target);
private:
bool engine_to_engine();