Andre Poenitz wrote: >> Elsewhere, wouldn't >> void MathCursor::selPaste(lyx::size_type n) >> be better than using size_t here? > > Why? vector<>::size_type is required to be size_t, not > lyx::size_type...
But you are hiding the fact that you store the stuff in a vector yet should still make it clear that you are performing an indexing operation. IMO of course. -- Angus