summaryrefslogtreecommitdiff
path: root/libstore/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'libstore/copy.c')
-rw-r--r--libstore/copy.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/libstore/copy.c b/libstore/copy.c
index 4e1cf0d4..c5232cd3 100644
--- a/libstore/copy.c
+++ b/libstore/copy.c
@@ -163,6 +163,7 @@ store_copy_class =
copy_allocate_encoding, copy_encode, copy_decode,
copy_set_flags, copy_clear_flags, copy_cleanup, copy_clone, 0, copy_open
};
+STORE_STD_CLASS (copy);
/* Return a new store in STORE which contains a snapshot of the contents of
the store FROM; FROM is consumed. */