Skip to content

Commit

Permalink
[ReasonerAnonymous] use namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
sarthou committed Jan 31, 2024
1 parent 80ab611 commit cadb4bf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/core/reasoner/plugins/ReasonerAnonymous.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -636,6 +636,6 @@ std::string ReasonerAnonymous::getDescription()
return "This reasoner resolves the anonymous classes i.e the equivalence relations.";
}

PLUGINLIB_EXPORT_CLASS(ReasonerAnonymous, ReasonerInterface)

} // namespace ontologenius

PLUGINLIB_EXPORT_CLASS(ontologenius::ReasonerAnonymous, ontologenius::ReasonerInterface)

0 comments on commit cadb4bf

Please sign in to comment.