diff options
Diffstat (limited to 'src/libs/gui/PatchCanvas.hpp')
-rw-r--r-- | src/libs/gui/PatchCanvas.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/libs/gui/PatchCanvas.hpp b/src/libs/gui/PatchCanvas.hpp index 3998532d..f596c97b 100644 --- a/src/libs/gui/PatchCanvas.hpp +++ b/src/libs/gui/PatchCanvas.hpp @@ -79,6 +79,7 @@ public: void destroy_selection(); void copy_selection(); + void paste(); void show_menu(GdkEvent* event); |