mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-09 18:31:04 +00:00
Const.
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31913 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
2eee737d00
commit
a79722b1c0
@ -3253,7 +3253,7 @@ bool Buffer::isExportable(string const & format) const
|
||||
|
||||
vector<Format const *> Buffer::exportableFormats(bool only_viewable) const
|
||||
{
|
||||
vector<string> backs = backends();
|
||||
vector<string> const backs = backends();
|
||||
vector<Format const *> result =
|
||||
theConverters().getReachable(backs[0], only_viewable, true);
|
||||
for (vector<string>::const_iterator it = backs.begin() + 1;
|
||||
|
Loading…
Reference in New Issue
Block a user