]> git.lyx.org Git - features.git/commit
src/lyxfind.cpp: use local typedef to simplify
authorLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 23 Oct 2012 21:01:18 +0000 (23:01 +0200)
committerLars Gullik Bjønnes <larsbj@gullik.org>
Tue, 23 Oct 2012 21:48:35 +0000 (23:48 +0200)
commitabc81db388c5619f27f0bb2d906657258911e670
tree28e327f24dc993061fa4fdfa119fb683830b791f
parent48bba7fb74b11313006a9c9effd134f83a439398
src/lyxfind.cpp: use local typedef to simplify

Use a local typedef pair<string, string> P to avoid having to repeat
that multiple times.
src/lyxfind.cpp