mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-12 08:41:46 +00:00
also build with gcc 4.6
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@38798 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
df58def946
commit
4b884b87b4
@ -806,7 +806,7 @@ support::FileNameList const &
|
|||||||
tmp->setParent(&buffer);
|
tmp->setParent(&buffer);
|
||||||
return cache;
|
return cache;
|
||||||
}
|
}
|
||||||
static support::FileNameList const empty;
|
static support::FileNameList const empty = support::FileNameList();
|
||||||
return empty;
|
return empty;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user