summaryrefslogtreecommitdiff
path: root/gtk2_ardour/debug.h
diff options
context:
space:
mode:
authorPaul Davis <paul@linuxaudiosystems.com>2011-02-21 01:52:15 +0000
committerPaul Davis <paul@linuxaudiosystems.com>2011-02-21 01:52:15 +0000
commit2c124b658762e5498a42fb1453304ba32a9eca6b (patch)
tree070b1d86a1b045247a574054db49e461a1cc3c91 /gtk2_ardour/debug.h
parent9ac5fdfefb56ed42fd6b0b3ec90e5ab87c7a0595 (diff)
some cut-n-paste debugging stuff (more likely to follow)
git-svn-id: svn://localhost/ardour2/branches/3.0@8914 d708f5d6-7413-0410-9779-e7cbd77b26cf
Diffstat (limited to 'gtk2_ardour/debug.h')
-rw-r--r--gtk2_ardour/debug.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/debug.h b/gtk2_ardour/debug.h
index 830f17ab30..488cbd202c 100644
--- a/gtk2_ardour/debug.h
+++ b/gtk2_ardour/debug.h
@@ -27,6 +27,7 @@
namespace PBD {
namespace DEBUG {
extern uint64_t Drags;
+ extern uint64_t CutNPaste;
}
}