summaryrefslogtreecommitdiffstats
path: root/src/debug/event.h
diff options
context:
space:
mode:
authorMenTaLguY <mental@rydia.net>2007-05-06 21:30:21 +0000
committermental <mental@users.sourceforge.net>2007-05-06 21:30:21 +0000
commitdea80967b5daa96501900df6722454f793325870 (patch)
tree984c11fb3cac096d6751b4fdb7433ce7193a64d0 /src/debug/event.h
parentFix native path on <fileset>-included objects (diff)
downloadinkscape-dea80967b5daa96501900df6722454f793325870.tar.gz
inkscape-dea80967b5daa96501900df6722454f793325870.zip
touch up logging infrastructure in preparation for interaction logging
(bzr r2976)
Diffstat (limited to 'src/debug/event.h')
-rw-r--r--src/debug/event.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/debug/event.h b/src/debug/event.h
index 54ac31476..2d91ea9f5 100644
--- a/src/debug/event.h
+++ b/src/debug/event.h
@@ -31,6 +31,7 @@ public:
REFCOUNT,
EXTENSION,
FINALIZERS,
+ INTERACTION,
OTHER
};
enum { N_CATEGORIES=OTHER+1 };