From: John Levon Date: Sun, 17 Nov 2002 08:59:29 +0000 (+0000) Subject: another compile fix from herbert X-Git-Tag: 1.6.10~17955 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=9833278ed8cd7f85dbabcfe0e2e8747c5db2db3d;p=features.git another compile fix from herbert git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5654 a592a061-630c-0410-9148-cb99ea01b6c8 --- 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) {