Skip to content

Commit

Permalink
Address review comments
Browse files Browse the repository at this point in the history
  • Loading branch information
XanthosXanthopoulos committed Dec 31, 2024
1 parent cdd6a30 commit 73865cb
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libtiledbsoma/src/soma/soma_attribute.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,10 +45,10 @@
namespace tiledbsoma {
using namespace tiledb;

class SOMAAttribute : public virtual SOMAColumn {
class SOMAAttribute : public SOMAColumn {
public:
/**
* Create a ``SOMAAttribute`` shared pointer from an arrow schema
* Create a ``SOMAAttribute`` shared pointer from an Arrow schema
*/
static std::shared_ptr<SOMAAttribute> create(
std::shared_ptr<Context> ctx,
Expand Down

0 comments on commit 73865cb

Please sign in to comment.