summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
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