]> git.lyx.org Git - lyx.git/commitdiff
cmake: remove recursive call, even if it breaks merged builds with GCC, fix linker...
authorPeter Kümmel <syntheticpp@gmx.net>
Fri, 23 Apr 2010 12:58:17 +0000 (12:58 +0000)
committerPeter Kümmel <syntheticpp@gmx.net>
Fri, 23 Apr 2010 12:58:17 +0000 (12:58 +0000)
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34280 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiHyperlink.cpp

index 13d9ede9a86a5222fe3cc6fa12533a272ab2b5f0..75d93cd8ea019f749b99d681f5039d4cdd7bfc2c 100644 (file)
@@ -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