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