diff options
| author | mathieui <mathieui@mathieui.net> | 2016-01-21 21:27:56 +0100 |
|---|---|---|
| committer | mathieui <mathieui@mathieui.net> | 2016-01-21 21:27:56 +0100 |
| commit | f15ffda5a7518cb87a09f301deaeffab0723ec27 (patch) | |
| tree | 1b32ad5818891950f940189107d433cdf26e0340 /Source/Core/Common/SymbolDB.cpp | |
| parent | 3e283ea9f17aa779832db065b2ecc4b19cf03e83 (diff) | |
Correct ampersands as well
Diffstat (limited to 'Source/Core/Common/SymbolDB.cpp')
| -rw-r--r-- | Source/Core/Common/SymbolDB.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/SymbolDB.cpp b/Source/Core/Common/SymbolDB.cpp index c47d6f2826..c4abe0bd26 100644 --- a/Source/Core/Common/SymbolDB.cpp +++ b/Source/Core/Common/SymbolDB.cpp @@ -50,7 +50,7 @@ Symbol* SymbolDB::GetSymbolFromName(const std::string& name) return nullptr; } -void SymbolDB::AddCompleteSymbol(const Symbol &symbol) +void SymbolDB::AddCompleteSymbol(const Symbol& symbol) { functions.emplace(symbol.address, symbol); } |
