Skip to content

Commit

Permalink
Fixed compilation MacOS X.
Browse files Browse the repository at this point in the history
  • Loading branch information
shoops committed Mar 19, 2024
1 parent 356adb4 commit a1e163b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion copasi/UI/CQEventDM.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@ QVariant CQEventDM::data(const QModelIndex &index, int role) const
const CModelEntity * pEntity = nullptr;

for (; it != end; ++it)
if (CDataObject::findObjectAncestor(it->getTargetObject(), pEntity))
if (CDataContainer::findObjectAncestor(it->getTargetObject(), pEntity))
{
if (it != begin)
{
Expand Down

0 comments on commit a1e163b

Please sign in to comment.