mirror of
https://github.com/scylladb/scylladb.git
synced 2026-06-02 13:06:57 +00:00
compound: make compound_type::type() const
Signed-off-by: Paweł Dziepak <pdziepak@cloudius-systems.com>
This commit is contained in:
@@ -55,7 +55,7 @@ public:
|
||||
|
||||
compound_type(compound_type&&) = default;
|
||||
|
||||
auto const& types() {
|
||||
auto const& types() const {
|
||||
return _types;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user