mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
complie fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5759 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
13349032cb
commit
fe154c1d62
@ -1,3 +1,7 @@
|
||||
2002-12-02 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* insetquotes.C (dispString): disambiguate insert call
|
||||
|
||||
2002-12-01 Lars Gullik Bjønnes <larsbj@gullik.net>
|
||||
|
||||
* several files: ws changes
|
||||
|
@ -178,7 +178,7 @@ string const InsetQuotes::dispString(Language const * loclang) const
|
||||
if (side_ == LeftQ)
|
||||
disp += ' ';
|
||||
else
|
||||
disp.insert(0, 1, ' ');
|
||||
disp.insert(0u, 1, ' ');
|
||||
}
|
||||
|
||||
return disp;
|
||||
|
Loading…
Reference in New Issue
Block a user