Skip to content

Commit 7342794

Browse files
committed
Fix syntax error.
1 parent 97d908a commit 7342794

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

clickhouse/columns/date.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ bool ColumnDate32::LoadBody(InputStream* input, size_t rows) {
9292
return data_->LoadBody(input, rows);
9393
}
9494

95-
void ColumnDate32::SaveBody(clickhouse/columns/date.cppOutputStream* output) {
95+
void ColumnDate32::SaveBody(OutputStream* output) {
9696
data_->SaveBody(output);
9797
}
9898

0 commit comments

Comments
 (0)