From a07ba681cc580912b8368a0ccbdb094ec58488dd Mon Sep 17 00:00:00 2001 From: Wouter den Breejen Date: Mon, 23 Jul 2007 15:03:36 +0000 Subject: [PATCH] --- src/libutil/types.hh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/libutil/types.hh b/src/libutil/types.hh index 5ac73c57b..fd3ba23a0 100644 --- a/src/libutil/types.hh +++ b/src/libutil/types.hh @@ -60,7 +60,7 @@ typedef set PathSet; //state types typedef list RevisionNumbers; //the Strings (list) of StateReferences and this list are connected by position -typedef map RevisionNumbersSet; //We include to the paths to sort on +typedef map RevisionNumbersSet; //We include to the paths to sort on typedef map StateReferences;