summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
authorJaakko Keränen <jaakko.keranen@iki.fi>2020-08-10 10:58:21 +0300
committerJaakko Keränen <jaakko.keranen@iki.fi>2020-08-10 10:58:21 +0300
commit9505054c58afccdadc6dcffcb17cd1dd92f8c16e (patch)
tree5c871e0c995d7bed7635c99465d6646dc672b6ea /src/gmdocument.h
parentea3853df206a9a41f11cc81611ac9af594c5f345 (diff)
DocumentWidget: Check the MIME charset parameter
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 7a0f21ee..0c6dd998 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -58,7 +58,8 @@ iDeclareClass(GmDocument)
58iDeclareObjectConstruction(GmDocument) 58iDeclareObjectConstruction(GmDocument)
59 59
60enum iGmDocumentFormat { 60enum iGmDocumentFormat {
61 gemini_GmDocumentFormat, 61 undefined_GmDocumentFormat = -1,
62 gemini_GmDocumentFormat = 0,
62 plainText_GmDocumentFormat, 63 plainText_GmDocumentFormat,
63}; 64};
64 65