mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-25 07:21:14 +01:00
PostProcessing: Replace typedef with a using alias
This commit is contained in:
parent
f9c20571ab
commit
8ce6f9bae5
@ -46,7 +46,7 @@ public:
|
||||
bool m_dirty;
|
||||
};
|
||||
|
||||
typedef std::map<std::string, ConfigurationOption> ConfigMap;
|
||||
using ConfigMap = std::map<std::string, ConfigurationOption>;
|
||||
|
||||
PostProcessingShaderConfiguration();
|
||||
virtual ~PostProcessingShaderConfiguration();
|
||||
|
Loading…
x
Reference in New Issue
Block a user