Skip to content
Snippets Groups Projects
Commit ebd2f6bf authored by Christophe Geuzaine's avatar Christophe Geuzaine
Browse files

fix missing const

parent 89f1b6bd
Branches
Tags
No related merge requests found
// $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 // Copyright (C) 1997-2007 C. Geuzaine, J.-F. Remacle
// //
...@@ -42,7 +42,7 @@ struct xi2lc ...@@ -42,7 +42,7 @@ struct xi2lc
: xi(_xi), lc(_lc) : xi(_xi), lc(_lc)
{ {
} }
bool operator < (const xi2lc &other) bool operator < (const xi2lc &other) const
{ {
return xi < other.xi; return xi < other.xi;
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment