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:
Peter Kümmel 2011-05-21 10:32:14 +00:00
parent df58def946
commit 4b884b87b4

View File

@ -806,7 +806,7 @@ support::FileNameList const &
tmp->setParent(&buffer);
return cache;
}
static support::FileNameList const empty;
static support::FileNameList const empty = support::FileNameList();
return empty;
}