STYLE: use faceUList typedef instead of unallocFaceList

This commit is contained in:
Mark Olesen
2010-12-21 13:06:17 +01:00
parent 399e160efb
commit 29e06d366b
10 changed files with 30 additions and 28 deletions

View File

@ -117,7 +117,7 @@ public:
const labelUList& directAddressing() const
{
return unallocLabelList::null();
return labelUList::null();
}
};

View File

@ -114,7 +114,7 @@ public:
const labelUList& directAddressing() const
{
return unallocLabelList::null();
return labelUList::null();
}
};