On 18 Apr 2012, E. Liddell stated:
On Wed, 18 Apr 2012 15:52:26 -0500
"David C. Rankin"<drankinatty(a)suddenlinkmail.com> wrote:
> Range* r = findRangeEdge( e->pos(),&end );
> m_draggedRange = 0;
> m_draggedMarker = 0;
> bool end;
[...]
Are you sure that compiles? I would have assumed
end needed to be declared before
using a reference to it as an argument to findRangeEdge(), which was why I put things
in the order that I did. Or maybe I'm wrong.
Nope, you're right, that's the rule.
OK that's why I asked... fixed
attached..
--
David C. Rankin, J.D.,P.E.