mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-07-29 00:59:44 -06:00
General: Apply the const specifier where applicable
This commit is contained in:
@ -69,7 +69,7 @@ public:
|
||||
int GetSectionSize(SectionID section) const { return sections[section].sh_size; }
|
||||
SectionID GetSectionByName(const char* name, int firstSection = 0) const; //-1 for not found
|
||||
|
||||
bool DidRelocate()
|
||||
bool DidRelocate() const
|
||||
{
|
||||
return bRelocate;
|
||||
}
|
||||
|
Reference in New Issue
Block a user