diff options
Diffstat (limited to 'src/gmdocument.h')
-rw-r--r-- | src/gmdocument.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/gmdocument.h b/src/gmdocument.h index f27446ab..84af3c98 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -107,6 +107,7 @@ enum iGmDocumentFormat { | |||
107 | 107 | ||
108 | void setThemeSeed_GmDocument (iGmDocument *, const iBlock *seed); | 108 | void setThemeSeed_GmDocument (iGmDocument *, const iBlock *seed); |
109 | void setFormat_GmDocument (iGmDocument *, enum iGmDocumentFormat format); | 109 | void setFormat_GmDocument (iGmDocument *, enum iGmDocumentFormat format); |
110 | void setSiteBannerEnabled_GmDocument(iGmDocument *, iBool siteBannerEnabled); | ||
110 | void setWidth_GmDocument (iGmDocument *, int width, int forceBreakWidth); | 111 | void setWidth_GmDocument (iGmDocument *, int width, int forceBreakWidth); |
111 | void redoLayout_GmDocument (iGmDocument *); | 112 | void redoLayout_GmDocument (iGmDocument *); |
112 | void setUrl_GmDocument (iGmDocument *, const iString *url); | 113 | void setUrl_GmDocument (iGmDocument *, const iString *url); |