From: Peter Kümmel Date: Fri, 23 Apr 2010 12:58:17 +0000 (+0000) Subject: cmake: remove recursive call, even if it breaks merged builds with GCC, fix linker... X-Git-Tag: 2.0.0~3354 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=7aecb18f56ac5713a951317b9b7bdcb58244be01;hp=be9fdbcad4dfb7fd3a232900ac6fef67a6954076;p=lyx.git cmake: remove recursive call, even if it breaks merged builds with GCC, fix linker error on win32 git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34280 a592a061-630c-0410-9148-cb99ea01b6c8 --- diff --git a/src/frontends/qt4/GuiHyperlink.cpp b/src/frontends/qt4/GuiHyperlink.cpp index 13d9ede9a8..75d93cd8ea 100644 --- a/src/frontends/qt4/GuiHyperlink.cpp +++ b/src/frontends/qt4/GuiHyperlink.cpp @@ -26,7 +26,8 @@ namespace lyx { bool operator==(lyx::docstring & d, char const * c); namespace frontend { - bool operator==(lyx::docstring & d, char const * c); + bool operator==(lyx::docstring & d, char const * c) + { return lyx::operator ==(d, c); } } } #endif