summaryrefslogtreecommitdiffstats
path: root/editor/libeditor/TextEditRules.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor/libeditor/TextEditRules.h')
-rw-r--r--editor/libeditor/TextEditRules.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/editor/libeditor/TextEditRules.h b/editor/libeditor/TextEditRules.h
index 6d4915f15..208e14d23 100644
--- a/editor/libeditor/TextEditRules.h
+++ b/editor/libeditor/TextEditRules.h
@@ -66,7 +66,7 @@ public:
bool* aCancel, bool* aHandled) override;
NS_IMETHOD DidDoAction(Selection* aSelection, RulesInfo* aInfo,
nsresult aResult) override;
- NS_IMETHOD DocumentIsEmpty(bool* aDocumentIsEmpty) override;
+ NS_IMETHOD_(bool) DocumentIsEmpty() override;
NS_IMETHOD DocumentModified() override;
protected: