Made getcluster call const
As Inherited from the super class this call should also be const.
This commit is contained in:
@@ -3193,7 +3193,7 @@ bool Track::EOSBlock::EOS() const
|
||||
}
|
||||
|
||||
|
||||
Cluster* Track::EOSBlock::GetCluster() const
|
||||
const Cluster* Track::EOSBlock::GetCluster() const
|
||||
{
|
||||
return NULL;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user