summaryrefslogtreecommitdiffstats
path: root/src/storage/ngram.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/storage/ngram.h')
-rw-r--r--src/storage/ngram.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/storage/ngram.h b/src/storage/ngram.h
index 9b26f5d..62c6544 100644
--- a/src/storage/ngram.h
+++ b/src/storage/ngram.h
@@ -60,7 +60,7 @@ class SingleGram{
private:
MemoryChunk m_chunk;
- SingleGram(void * buffer, size_t length);
+ SingleGram(void * buffer, size_t length, bool copy);
public:
/**
* SingleGram::SingleGram: