compile fix. Should have waited for the compile to finish before committing ;-)

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X@13872 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Georg Baum 2006-05-19 07:53:38 +00:00
parent 7cf67738d7
commit e925d545e4

View File

@ -308,7 +308,7 @@ Buffer * getChildBuffer(Buffer const & buffer, InsetCommandParams const & params
return 0;
string const included_file = includedFilename(buffer, params);
if (!isLyXFilename(included_file))
if (!IsLyXFilename(included_file))
return 0;
return bufferlist.getBuffer(included_file);