From 90101f72b135208e2b89c61df069103464f2b5fc Mon Sep 17 00:00:00 2001 From: Jean-Marc Lasgouttes Date: Thu, 9 Oct 2008 14:48:30 +0000 Subject: [PATCH] compilation fix git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@26831 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LyX.cpp | 1 + 1 file changed, 1 insertion(+) diff --git a/src/LyX.cpp b/src/LyX.cpp index 0bcd05aa65..0615c31bb8 100644 --- a/src/LyX.cpp +++ b/src/LyX.cpp @@ -1057,6 +1057,7 @@ int parse_import(string const & type, string const & file, string & batch) int parse_geometry(string const & arg1, string const &, string &) { geometryArg = arg1; + return 1; } -- 2.39.2