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