diff -r f6a72eb99631 -r 9d66d323c354 include/serialize.h --- a/include/serialize.h Tue Apr 29 23:31:08 2008 +0200 +++ b/include/serialize.h Fri May 02 13:27:47 2008 +0200 @@ -52,6 +52,6 @@ ostream & operator<<(ostream &st, Shape &o); ostream & operator<<(ostream &st, Vertex &o); ostream & operator<<(ostream &st, Container &o); -istream & operator>>(istream &st, Vector3 &v); +istream & operator>>(istream &st, Vector &v); #endif