mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2026-09-08 19:37:02 -05:00
General: Apply the const specifier where applicable
This commit is contained in:
@@ -44,7 +44,7 @@ unsigned int D3DBlob::Release()
|
||||
return ref;
|
||||
}
|
||||
|
||||
unsigned int D3DBlob::Size()
|
||||
unsigned int D3DBlob::Size() const
|
||||
{
|
||||
return size;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user