Skip to content

Commit 73865cb

Browse files
Address review comments
1 parent cdd6a30 commit 73865cb

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

libtiledbsoma/src/soma/soma_attribute.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,10 +45,10 @@
4545
namespace tiledbsoma {
4646
using namespace tiledb;
4747

48-
class SOMAAttribute : public virtual SOMAColumn {
48+
class SOMAAttribute : public SOMAColumn {
4949
public:
5050
/**
51-
* Create a ``SOMAAttribute`` shared pointer from an arrow schema
51+
* Create a ``SOMAAttribute`` shared pointer from an Arrow schema
5252
*/
5353
static std::shared_ptr<SOMAAttribute> create(
5454
std::shared_ptr<Context> ctx,

0 commit comments

Comments
 (0)