From 9833278ed8cd7f85dbabcfe0e2e8747c5db2db3d Mon Sep 17 00:00:00 2001 From: John Levon Date: Sun, 17 Nov 2002 08:59:29 +0000 Subject: [PATCH] another compile fix from herbert git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5654 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/controllers/helper_funcs.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/frontends/controllers/helper_funcs.C b/src/frontends/controllers/helper_funcs.C index 7802000490..d23cd8868f 100644 --- a/src/frontends/controllers/helper_funcs.C +++ b/src/frontends/controllers/helper_funcs.C @@ -73,7 +73,7 @@ string const browseRelFile(LyXView * lv, string const & filename, string const & refpath, string const & title, string const & pattern, - bool save = false, + bool save, pair const & dir1, pair const & dir2) { -- 2.39.2