update to remove gcc4.3.0 warning messages

This commit is contained in:
andy
2008-06-04 19:13:23 +01:00
parent 446c30cfe9
commit 7cc0520c36

View File

@ -127,7 +127,7 @@ public:
{}
//- Return the block holding these datasets
const int block() const
int block() const
{
return block_;
}
@ -137,17 +137,17 @@ public:
return name_;
}
const int start() const
int start() const
{
return start_;
}
const int end() const
int end() const
{
return start_ + size_;
}
const int size() const
int size() const
{
return size_;
}