So like this?

        public void remove(TreeIter iter)
        {
                this.remove(iter);
        }

If i do this, i get a stackoverflow error :(

Reply via email to