summaryrefslogtreecommitdiffstats
path: root/src/common/jsondbcollator_p.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/jsondbcollator_p.h')
-rw-r--r--src/common/jsondbcollator_p.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/common/jsondbcollator_p.h b/src/common/jsondbcollator_p.h
index 3902369..5a76f29 100644
--- a/src/common/jsondbcollator_p.h
+++ b/src/common/jsondbcollator_p.h
@@ -73,6 +73,7 @@ public:
options(0),
collator(0)
{ ref.store(1); }
+ ~JsonDbCollatorPrivate();
int compare(ushort *s1, int len1, ushort *s2, int len2);
};