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

@@ -57,7 +57,7 @@ namespace epics { namespace pvData {
}
bool PVArray::isCapacityMutable()
bool PVArray::isCapacityMutable() const
{
if(PVField::isImmutable()) {
return false;