summaryrefslogtreecommitdiffstats
path: root/WebCore/wml/WMLPrevElement.h
diff options
context:
space:
mode:
Diffstat (limited to 'WebCore/wml/WMLPrevElement.h')
-rw-r--r--WebCore/wml/WMLPrevElement.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/WebCore/wml/WMLPrevElement.h b/WebCore/wml/WMLPrevElement.h
index 232c1b0..ce8596e 100644
--- a/WebCore/wml/WMLPrevElement.h
+++ b/WebCore/wml/WMLPrevElement.h
@@ -31,7 +31,7 @@ public:
WMLPrevElement(const QualifiedName& tagName, Document*);
virtual ~WMLPrevElement();
- virtual void executeTask(Event*);
+ virtual void executeTask();
};
}