From c4fbe96fc08306818d60aa3c1362e83457ace99a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Luis=20=C3=81ngel=20San=20Mart=C3=ADn?= Date: Sun, 22 Dec 2013 13:36:35 +0100 Subject: [PATCH] fixed compilation Qt4 --- common/yacreader_flow_gl.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/common/yacreader_flow_gl.cpp b/common/yacreader_flow_gl.cpp index 9e999688..97273514 100644 --- a/common/yacreader_flow_gl.cpp +++ b/common/yacreader_flow_gl.cpp @@ -661,8 +661,8 @@ void YACReaderFlowGL::insert(char *name, GLuint Tex, float x, float y,int item) void YACReaderFlowGL::remove(int item) { - loaded.removeAt(item); - marks.removeAt(item); + loaded.remove(item); + marks.remove(item); paths.removeAt(item); //reposition current selection