use const where appropriate

This commit is contained in:
Marty Kraimer
2012-05-22 11:51:53 -04:00
parent 770e63b8da
commit 126fe9c711
11 changed files with 254 additions and 194 deletions

View File

@@ -98,7 +98,7 @@ void PVStructureArray::setCapacity(size_t capacity) {
}
StructureArrayConstPtr PVStructureArray::getStructureArray()
StructureArrayConstPtr PVStructureArray::getStructureArray() const
{
return structureArray;
}