summaryrefslogtreecommitdiff
path: root/libs/ardour/ardour/operations.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-05-12 21:29:27 +0000
committerCarl Hetherington <carl@carlh.net>2011-05-12 21:29:27 +0000
commitac23288b5d842048a9c015027e179acbf1646af4 (patch)
treec578301fcde532347ecedf23dffbeac63ce387d9 /libs/ardour/ardour/operations.h
parent56d392f41c58a1fbe68ff87169f0cc4ac89777bc (diff)
Fix update of session range location on copy-dragging regions (#4038).
git-svn-id: svn://localhost/ardour2/branches/3.0@9504 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'libs/ardour/ardour/operations.h')
-rw-r--r--libs/ardour/ardour/operations.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/libs/ardour/ardour/operations.h b/libs/ardour/ardour/operations.h
index 945a5816a7..95639171f9 100644
--- a/libs/ardour/ardour/operations.h
+++ b/libs/ardour/ardour/operations.h
@@ -38,6 +38,8 @@ namespace Operations {
extern GQuark region_fill;
extern GQuark fill_selection;
extern GQuark create_region;
+ extern GQuark region_copy;
+ extern GQuark fixed_time_region_copy;
};