From ebd2f6bfaaffae80bcf1dd1b4b89d85015894fea Mon Sep 17 00:00:00 2001
From: Christophe Geuzaine <cgeuzaine@ulg.ac.be>
Date: Tue, 12 Feb 2008 19:52:48 +0000
Subject: [PATCH] fix missing const

---
 Mesh/meshGEdge.cpp | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/Mesh/meshGEdge.cpp b/Mesh/meshGEdge.cpp
index 9892298821..9308cc7134 100644
--- a/Mesh/meshGEdge.cpp
+++ b/Mesh/meshGEdge.cpp
@@ -1,4 +1,4 @@
-// $Id: meshGEdge.cpp,v 1.53 2008-02-05 14:40:30 remacle Exp $
+// $Id: meshGEdge.cpp,v 1.54 2008-02-12 19:52:48 geuzaine Exp $
 //
 // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
 //
@@ -42,7 +42,7 @@ struct xi2lc
     : xi(_xi), lc(_lc)
   { 
   }
-  bool operator < (const xi2lc &other)
+  bool operator < (const xi2lc &other) const
   {
     return xi < other.xi; 
   }
-- 
GitLab