git-svn-id: https://svn.code.sf.net/p/turtle/code/trunk@265 860be788-9bd5-4423-9f1e-828f051e677b
This commit is contained in:
mat007 2011-03-18 23:23:01 +00:00
parent 581635e910
commit d4ba292a8d

View file

@ -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_ );
return s;