From b57ecc6707ff037db47d2b4d057ff98f60d7f297 Mon Sep 17 00:00:00 2001 From: Jens-Heiner Rechtien Date: Mon, 18 Feb 2002 16:29:32 +0000 Subject: #65293#: constness --- configmgr/source/api2/broadcaster.cxx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/configmgr/source/api2/broadcaster.cxx b/configmgr/source/api2/broadcaster.cxx index e08f8aaf242c..f548e198a12c 100644 --- a/configmgr/source/api2/broadcaster.cxx +++ b/configmgr/source/api2/broadcaster.cxx @@ -2,9 +2,9 @@ * * $RCSfile: broadcaster.cxx,v $ * - * $Revision: 1.12 $ + * $Revision: 1.13 $ * - * last change: $Author: jb $ $Date: 2002-02-11 13:47:53 $ + * last change: $Author: hr $ $Date: 2002-02-18 17:29:32 $ * * The Contents of this file are made available subject to the terms of * either of the following licenses @@ -136,7 +136,7 @@ namespace configmgr struct LessORefBodyPtr { typedef vos::ORef Ref; - bool operator()(Ref const& lhs, Ref const& rhs) + bool operator()(Ref const& lhs, Ref const& rhs) const { return ptr_less(lhs.getBodyPtr(), rhs.getBodyPtr()); } -- cgit v1.2.3