MSVC Compil fix: Finish JMarc's work.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26832 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Abdelrazak Younes 2008-10-09 14:53:25 +00:00
parent 90101f72b1
commit a774b2ce7a

View File

@ -1057,7 +1057,9 @@ int parse_import(string const & type, string const & file, string & batch)
int parse_geometry(string const & arg1, string const &, string &)
{
geometryArg = arg1;
return 1;
// don't remove "-geometry", it will be pruned out later in the
// frontend if need be.
return -1;
}