Skip to content

Commit

Permalink
warning fix
Browse files Browse the repository at this point in the history
  • Loading branch information
joe-hauns committed Dec 11, 2023
1 parent f724455 commit 0062ad6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Kernel/Term.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -1150,6 +1150,7 @@ std::ostream& operator<< (std::ostream& out, const Term& tl );
std::ostream& operator<< (std::ostream& out, const Literal& tl );

std::ostream& operator<<(std::ostream& out, Term::SpecialFunctor const& self);
std::ostream& operator<<(std::ostream& out, TermList::Top const& self);

} // namespace Kernel

Expand Down

0 comments on commit 0062ad6

Please sign in to comment.