mirror of
https://github.com/izzy2lost/dolphin.git
synced 2026-06-19 01:16:48 -07:00
PostProcessing: Replace typedef with a using alias
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user