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;