summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rwxr-xr-xsrc/storage/phrase_index.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/phrase_index.h b/src/storage/phrase_index.h
index c07b006..145d9c5 100755
--- a/src/storage/phrase_index.h
+++ b/src/storage/phrase_index.h
@@ -52,7 +52,7 @@ namespace novel{
* Store this in user home directory.
*/
-const int phrase_item_header = sizeof(guint8) + sizeof(guint8) + sizeof(guint32);
+const size_t phrase_item_header = sizeof(guint8) + sizeof(guint8) + sizeof(guint32);
class PhraseItem{
friend class SubPhraseIndex;