-obj_item_array.remove(idxItem);
 +obj_item_array.erase(obj_item_array.begin()+(idxItem));   
Is the correct change to remove an item?
maybe obj_item_array.pop_back(idxItem);  is this better looks like the above is 
a contents erase.


Nicky
_______________________________________________
Policies and (un)subscribe information available here:
http://wiki.secondlife.com/wiki/OpenSource-Dev
Please read the policies before posting to keep unmoderated posting privileges

Reply via email to