From 093853eead477bb0e95c7507f75c2b7f3ccd6537 Mon Sep 17 00:00:00 2001 From: Paolo Cignoni cignoni Date: Fri, 2 May 2008 09:38:28 +0000 Subject: [PATCH] gcc compiling >> -> > > --- src/fgt/edit_texture/renderarea.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/fgt/edit_texture/renderarea.h b/src/fgt/edit_texture/renderarea.h index 624a1c4ce..6067f0798 100644 --- a/src/fgt/edit_texture/renderarea.h +++ b/src/fgt/edit_texture/renderarea.h @@ -146,7 +146,7 @@ private: void DrawCircle(QPoint origin); void UpdateBoundingArea(QPoint topLeft, QPoint topRight); void CountVertexes(); - bool isInside(vector>, TexCoord2); + bool isInside(vector >, TexCoord2); void ShowFaces(); void UpdateUnify();