>       That's odd.  I think since you are declaring and assigning the
> variable, it is trying to call a copy c-tor.  Try changing it to:
>
> VerseKey vk;
> for (vk = TOP;...
>
> and see if that fixes it.  If so, we might need to rethink the operator
> =(SW_POSITION) feature-- maybe add a VerseKey(SW_POSITION) c-tor or
> something to fix this.

That fixed it.  Thanks.  Looks like that change may need to be made, though.

-Jeremy Erickson
_______________________________________________
sword-devel mailing list: sword-devel@crosswire.org
http://www.crosswire.org/mailman/listinfo/sword-devel
Instructions to unsubscribe/change your settings at above page

Reply via email to