Core: Apply const to some functions

This commit is contained in:
Lioncash 2014-08-31 16:12:09 -04:00
parent 5a043ddacb
commit 82840282fb
11 changed files with 27 additions and 26 deletions

View file

@ -528,7 +528,7 @@ void CompilePPUProgram::LoadArgs()
m_end_args = m_args.size() > 0;
}
u32 CompilePPUProgram::GetBranchValue(const std::string& branch_name)
u32 CompilePPUProgram::GetBranchValue(const std::string& branch_name) const
{
for(const Branch& branch : m_branches)
{