mirror of
https://github.com/mat007/turtle.git
synced 2026-06-22 12:13:43 +00:00
Fix
git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@266 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
d4ba292a8d
commit
4280dd6284
1 changed files with 1 additions and 1 deletions
|
|
@ -116,7 +116,7 @@ namespace detail
|
||||||
{}
|
{}
|
||||||
};
|
};
|
||||||
|
|
||||||
std::ostream& operator<<( std::ostream& s, const detail::sink& )
|
inline std::ostream& operator<<( std::ostream& s, const detail::sink& )
|
||||||
{
|
{
|
||||||
return s << "?";
|
return s << "?";
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue