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;
|
||||
}
|
||||
|
||||
@@ -254,7 +254,7 @@ protected:
|
||||
EOSBlock();
|
||||
|
||||
bool EOS() const;
|
||||
Cluster* GetCluster() const;
|
||||
const Cluster* GetCluster() const;
|
||||
size_t GetIndex() const;
|
||||
const Block* GetBlock() const;
|
||||
bool IsBFrame() const;
|
||||
|
||||
Reference in New Issue
Block a user