summaryrefslogtreecommitdiff
path: root/autodoc/source/exes/adc_uni/adc_cl.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'autodoc/source/exes/adc_uni/adc_cl.cxx')
-rw-r--r--autodoc/source/exes/adc_uni/adc_cl.cxx7
1 files changed, 3 insertions, 4 deletions
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