From 343b718c5a47d6abeed568d33904f36f16bd3678 Mon Sep 17 00:00:00 2001 From: Ivo Hinkelmann Date: Thu, 24 Aug 2006 09:44:48 +0000 Subject: INTEGRATION: CWS sb56 (1.9.2); FILE MERGED 2006/07/07 08:57:33 sb 1.9.2.1: #i67105# Made code compile (warning-free) with debug=x. --- autodoc/source/exes/adc_uni/adc_cl.cxx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'autodoc/source/exes/adc_uni/adc_cl.cxx') diff --git a/autodoc/source/exes/adc_uni/adc_cl.cxx b/autodoc/source/exes/adc_uni/adc_cl.cxx index 398c5b38e51d..bb43da89e798 100644 --- a/autodoc/source/exes/adc_uni/adc_cl.cxx +++ b/autodoc/source/exes/adc_uni/adc_cl.cxx @@ -4,9 +4,9 @@ * * $RCSfile: adc_cl.cxx,v $ * - * $Revision: 1.9 $ + * $Revision: 1.10 $ * - * last change: $Author: hr $ $Date: 2006-06-19 12:01:37 $ + * last change: $Author: ihi $ $Date: 2006-08-24 10:44:48 $ * * The Contents of this file are made available subject to * the terms of GNU Lesser General Public License Version 2.1. @@ -568,10 +568,9 @@ struct Less_RunningRank void CommandLine::sort_Commands() { - Less_RunningRank aCommandCompare; std::sort( aCommands.begin(), aCommands.end(), - aCommandCompare ); + Less_RunningRank() ); } } // namespace autodoc -- cgit