HI all
My problem is that in side QMultiMAp i ve passed auto ionter like below.

QMultiMap<qint32, IAutoPtr>::iterator iter = NULL;

while im trying to delete the IAutoPtr like

delete iter.value(); its showing error "argument given to `delete', expected pointer"

IautoPtr is an auto pointer.

Can any body help me?

Thank you all.