summaryrefslogtreecommitdiff
path: root/src/gmdocument.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r--src/gmdocument.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h
index 05bf026c..f27446ab 100644
--- a/src/gmdocument.h
+++ b/src/gmdocument.h
@@ -79,6 +79,7 @@ enum iGmRunFlags {
79 startOfLine_GmRunFlag = iBit(2), 79 startOfLine_GmRunFlag = iBit(2),
80 endOfLine_GmRunFlag = iBit(3), 80 endOfLine_GmRunFlag = iBit(3),
81 siteBanner_GmRunFlag = iBit(4), /* area reserved for the site banner */ 81 siteBanner_GmRunFlag = iBit(4), /* area reserved for the site banner */
82 quoteBorder_GmRunFlag = iBit(5),
82}; 83};
83 84
84struct Impl_GmRun { 85struct Impl_GmRun {