aboutsummaryrefslogtreecommitdiffstats
path: root/reftable/writer.h
diff options
context:
space:
mode:
Diffstat (limited to 'reftable/writer.h')
-rw-r--r--reftable/writer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/reftable/writer.h b/reftable/writer.h
index 8d0df9cc52..e8a6fbb785 100644
--- a/reftable/writer.h
+++ b/reftable/writer.h
@@ -19,7 +19,7 @@ struct reftable_writer {
int (*flush)(void *);
void *write_arg;
int pending_padding;
- struct strbuf last_key;
+ struct reftable_buf last_key;
/* offset of next block to write. */
uint64_t next;