branch | pyrit |
changeset 91 | 9d66d323c354 |
parent 80 | 907929fa9b59 |
child 94 | 4c8abb8977dc |
--- 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