From ed9e811631b71ec835a9f25243c354f6050c885e Mon Sep 17 00:00:00 2001 From: Peng Wu Date: Mon, 11 Oct 2010 14:37:55 +0800 Subject: fixes compile warnings --- src/storage/phrase_index.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/storage/phrase_index.h') 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; -- cgit