mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
DSPAssembler: Convert typedef into a using alias
This commit is contained in:
parent
af41a8efba
commit
b36cdbdda5
@ -118,7 +118,7 @@ private:
|
||||
std::string m_last_error_str;
|
||||
AssemblerError m_last_error = AssemblerError::OK;
|
||||
|
||||
typedef std::map<std::string, std::string> AliasMap;
|
||||
using AliasMap = std::map<std::string, std::string>;
|
||||
AliasMap m_aliases;
|
||||
|
||||
segment_t m_cur_segment = SEGMENT_CODE;
|
||||
|
Loading…
x
Reference in New Issue
Block a user