mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-25 10:58:52 +00:00
Another compile fix
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22111 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
ff1843b847
commit
c5ee5edd41
@ -596,8 +596,8 @@ protected:
|
||||
for (; iit != eit; ++iit) {
|
||||
s += *iit;
|
||||
++n;
|
||||
bool true_ok = prefixIs(truename, s);
|
||||
bool false_ok = prefixIs(falsename, s);
|
||||
bool true_ok = support::prefixIs(truename, s);
|
||||
bool false_ok = support::prefixIs(falsename, s);
|
||||
if (!true_ok && !false_ok) {
|
||||
++iit;
|
||||
ok = false;
|
||||
|
Loading…
Reference in New Issue
Block a user