mirror of
https://github.com/scylladb/scylladb.git
synced 2026-04-19 16:15:07 +00:00
cql3: Make column_specification non-final
It's inherited by the config.ColumnDefinition class. Signed-off-by: Pekka Enberg <penberg@cloudius-systems.com>
This commit is contained in:
@@ -31,7 +31,7 @@
|
||||
|
||||
namespace cql3 {
|
||||
|
||||
class column_specification final {
|
||||
class column_specification {
|
||||
public:
|
||||
const sstring ks_name;
|
||||
const sstring cf_name;
|
||||
|
||||
Reference in New Issue
Block a user