X-Git-Url: http://git.tdb.fi/?a=blobdiff_plain;f=source%2Fvertexformat.h;h=53562ef922ba3ccf4bc1cf44ffb5feeef3691f3d;hb=9a9d3517dcfdba5206d9c73ce211feac8e402bc2;hp=4dc780b225e843b9bba31af97375bb2114e02421;hpb=4443707c752ab8ee288f1c22be08cf82f27439d7;p=libs%2Fgl.git diff --git a/source/vertexformat.h b/source/vertexformat.h index 4dc780b2..53562ef9 100644 --- a/source/vertexformat.h +++ b/source/vertexformat.h @@ -59,7 +59,8 @@ inline VertexFormat operator,(VertexComponent c, unsigned i) inline unsigned get_stride(const VertexFormat &f) { return f.stride(); } -std::istream &operator>>(std::istream &, VertexFormat &); +void operator>>(const LexicalConverter &, VertexComponent &); +void operator>>(const LexicalConverter &, VertexFormat &); } // namespace GL } // namespace Msp