From e37273826612201edd846926a0950290e48a2d76 Mon Sep 17 00:00:00 2001 From: Angus Leeming Date: Mon, 21 Oct 2002 14:58:58 +0000 Subject: [PATCH] Trivial compilation fix. git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@5459 a592a061-630c-0410-9148-cb99ea01b6c8 --- src/frontends/ChangeLog | 5 +++++ src/frontends/LyXKeySym.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/frontends/ChangeLog b/src/frontends/ChangeLog index b6fce46ccd..3e2cad4bc4 100644 --- a/src/frontends/ChangeLog +++ b/src/frontends/ChangeLog @@ -1,3 +1,8 @@ +2002-10-21 Angus Leeming + + * LyXKeySym.h (operator==): compilation fix. The two args should have + different names... + 2002-10-20 Lars Gullik Bjønnes * LyXKeySym.h: move operator== out of class. Separate diff --git a/src/frontends/LyXKeySym.h b/src/frontends/LyXKeySym.h index 7c60b169ee..84b9a869f9 100644 --- a/src/frontends/LyXKeySym.h +++ b/src/frontends/LyXKeySym.h @@ -52,7 +52,7 @@ public: * We need to be able to equality compare these for the * sake of the keymap business. */ -bool operator==(LyXKeySym const & k1, LyXKeySym const & k1); +bool operator==(LyXKeySym const & k1, LyXKeySym const & k2); typedef boost::shared_ptr LyXKeySymPtr; -- 2.39.2