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@265 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
parent
581635e910
commit
d4ba292a8d
1 changed files with 1 additions and 1 deletions
|
|
@ -157,7 +157,7 @@ namespace detail
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
|
||||||
stream& operator<<( stream& s, const detail::data& d )
|
inline stream& operator<<( stream& s, const detail::data& d )
|
||||||
{
|
{
|
||||||
d.h_->serialize( *s.s_ );
|
d.h_->serialize( *s.s_ );
|
||||||
return s;
|
return s;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue