[fbreader] Added NUM_KINDS to FBTextKind
This commit is contained in:
parent
01c9f0744b
commit
6d0b79fb16
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,6 @@
|
||||||
/*
|
/*
|
||||||
* Copyright (C) 2004-2010 Geometer Plus <contact@geometerplus.com>
|
* Copyright (C) 2004-2010 Geometer Plus <contact@geometerplus.com>
|
||||||
|
* Copyright (C) 2016 Slava Monich <slava.monich@jolla.com>
|
||||||
*
|
*
|
||||||
* This program is free software; you can redistribute it and/or modify
|
* This program is free software; you can redistribute it and/or modify
|
||||||
* it under the terms of the GNU General Public License as published by
|
* it under the terms of the GNU General Public License as published by
|
||||||
|
@ -65,7 +66,8 @@ enum FBTextKind {
|
||||||
H6 = 36,
|
H6 = 36,
|
||||||
EXTERNAL_HYPERLINK = 37,
|
EXTERNAL_HYPERLINK = 37,
|
||||||
BOOK_HYPERLINK = 38,
|
BOOK_HYPERLINK = 38,
|
||||||
BLOCKQUOTE = 39
|
BLOCKQUOTE = 39,
|
||||||
|
NUM_KINDS
|
||||||
};
|
};
|
||||||
|
|
||||||
#endif /* __FBTEXTKIND_H__ */
|
#endif /* __FBTEXTKIND_H__ */
|
||||||
|
|
Loading…
Reference in a new issue