diff options
author | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-29 16:40:07 +0300 |
---|---|---|
committer | Jaakko Keränen <jaakko.keranen@iki.fi> | 2020-07-29 16:40:19 +0300 |
commit | 72e095cf987d6bb2bc2212035a8c5498f3b6d329 (patch) | |
tree | 75e1191db056794d252ff6c6384f3763f2a0ad4b /src/gmdocument.h | |
parent | 67750111c420fcf97e31289bb4770cb7f69c426e (diff) |
Moved History to its own type
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 c353c733..4997398b 100644 --- a/src/gmdocument.h +++ b/src/gmdocument.h | |||
@@ -20,6 +20,7 @@ enum iGmLinkFlags { | |||
20 | imageFileExtension_GmLinkFlag = iBit(6), | 20 | imageFileExtension_GmLinkFlag = iBit(6), |
21 | audioFileExtension_GmLinkFlag = iBit(7), | 21 | audioFileExtension_GmLinkFlag = iBit(7), |
22 | content_GmLinkFlag = iBit(8), /* content visible below */ | 22 | content_GmLinkFlag = iBit(8), /* content visible below */ |
23 | visited_GmLinkFlag = iBit(9), /* in the history */ | ||
23 | }; | 24 | }; |
24 | 25 | ||
25 | iDeclareType(GmImageInfo) | 26 | iDeclareType(GmImageInfo) |