From 6415e84dc436789b1bda1e059e742289108c0826 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=BCrgen=20Spitzm=C3=BCller?= Date: Sat, 19 Jan 2008 11:32:06 +0000 Subject: [PATCH] * src/LaTeXFeatures.cpp: - tiny correction to rev. 22629 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@22631 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/LaTeXFeatures.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/LaTeXFeatures.cpp b/src/LaTeXFeatures.cpp index 7b2c2def96..d523c2a5a1 100644 --- a/src/LaTeXFeatures.cpp +++ b/src/LaTeXFeatures.cpp @@ -821,7 +821,7 @@ string const LaTeXFeatures::getMacros() const macros.precision(prec); - if (mustProvide("hyperref")) + if (isRequired("hyperref")) macros << changetracking_xcolor_soul_hyperref_def; else macros << changetracking_xcolor_soul_def; -- 2.39.2