summaryrefslogtreecommitdiffstats
path: root/src/selection-chemistry.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/selection-chemistry.cpp')
-rw-r--r--src/selection-chemistry.cpp5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/selection-chemistry.cpp b/src/selection-chemistry.cpp
index 8e916193b..1e1f135f9 100644
--- a/src/selection-chemistry.cpp
+++ b/src/selection-chemistry.cpp
@@ -2962,6 +2962,11 @@ void unhide_all_in_all_layers(SPDesktop *dt) {
process_all(&unhide, dt, false);
}
+
+GSList * sp_selection_get_clipboard() {
+ return clipboard;
+}
+
/*
Local Variables:
mode:c++