summaryrefslogtreecommitdiffstats
path: root/src/dom
diff options
context:
space:
mode:
authorAlex Valavanis <valavanisalex@gmail.com>2013-03-14 23:24:17 +0000
committerAlex Valavanis <valavanisalex@gmail.com>2013-03-14 23:24:17 +0000
commit4c75974f2ac6bfe751e583fca37ffdd8b14ea84d (patch)
tree22ce7ae0082ea2387a2349b9248b59d87953d32a /src/dom
parentFix another tonne of forward declaration tags (diff)
downloadinkscape-4c75974f2ac6bfe751e583fca37ffdd8b14ea84d.tar.gz
inkscape-4c75974f2ac6bfe751e583fca37ffdd8b14ea84d.zip
Fix another load of forward declaration tags
(bzr r12205)
Diffstat (limited to 'src/dom')
-rw-r--r--src/dom/events.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/dom/events.h b/src/dom/events.h
index 59d83afcf..e62c5d420 100644
--- a/src/dom/events.h
+++ b/src/dom/events.h
@@ -66,7 +66,6 @@ typedef dom::NodePtr NodePtr ;
//forward declarations
-class Event;
class EventTarget;
class EventListener;
class DocumentEvent;