diff options
Diffstat (limited to 'src/common/symbols.h')
| -rw-r--r-- | src/common/symbols.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common/symbols.h b/src/common/symbols.h index b76749654..e59bc5dd4 100644 --- a/src/common/symbols.h +++ b/src/common/symbols.h | |||
| @@ -32,7 +32,7 @@ namespace Symbols | |||
| 32 | 32 | ||
| 33 | void Add(u32 _address, const std::string& _name, u32 _size, u32 _type); | 33 | void Add(u32 _address, const std::string& _name, u32 _size, u32 _type); |
| 34 | TSymbol GetSymbol(u32 _address); | 34 | TSymbol GetSymbol(u32 _address); |
| 35 | const std::string& GetName(u32 _address); | 35 | const std::string GetName(u32 _address); |
| 36 | void Remove(u32 _address); | 36 | void Remove(u32 _address); |
| 37 | void Clear(); | 37 | void Clear(); |
| 38 | }; | 38 | }; |