Skip to content

Commit

Permalink
remove undesired final
Browse files Browse the repository at this point in the history
  • Loading branch information
1261385937 committed Nov 15, 2023
1 parent 2da9583 commit fd3e526
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion clickhouse/columns/array.h
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@ class ColumnArray : public Column {
};

template <typename ColumnType>
class ColumnArrayT final : public ColumnArray {
class ColumnArrayT : public ColumnArray {
public:
class ArrayValueView;
using ValueType = ArrayValueView;
Expand Down

0 comments on commit fd3e526

Please sign in to comment.