diff --git a/editor/public/nsIEditor.h b/editor/public/nsIEditor.h index 45b0b5c360bb..9c73b858da35 100644 --- a/editor/public/nsIEditor.h +++ b/editor/public/nsIEditor.h @@ -208,9 +208,11 @@ public: /** * Output methods flags: */ - const PRUint32 EditorOutputSelectionOnly = 1; - const PRUint32 EditorOutputFormatted = 2; - const PRUint32 EditorOutputNoDoctype = 4; + enum { + EditorOutputSelectionOnly = 1, + EditorOutputFormatted = 2, + EditorOutputNoDoctype = 4 + }; /** * Output methods: