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

@ -147,7 +147,7 @@ protected:
void DetectArgInfo(Arg& arg);
void LoadArgs();
u32 GetBranchValue(const std::string& branch);
u32 GetBranchValue(const std::string& branch) const;
bool SetNextArgType(u32 types, bool show_err = true);
bool SetNextArgBranch(u8 aa, bool show_err = true);