merged build: macro name has changed

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@34981 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Peter Kümmel 2010-07-18 21:23:26 +00:00
parent 54cc2befd6
commit 815ec52ab8

View File

@ -21,7 +21,7 @@
#include <QLineEdit>
#include <QPushButton>
#if defined(LYX_MERGED_BUILD) && !defined(Q_CC_MSVC)
#if defined(LYX_MERGE_FILES) && !defined(Q_CC_MSVC)
// GCC couldn't find operator==
namespace lyx {
bool operator==(lyx::docstring const & d, char const * c);