diff options
| author | Léo Lam <leo@leolam.fr> | 2020-05-02 14:39:40 +0200 |
|---|---|---|
| committer | Léo Lam <leo@leolam.fr> | 2020-05-02 14:40:14 +0200 |
| commit | 19da1011648beb324122f36e6da4cd14cc4c7217 (patch) | |
| tree | 4e139cc8b5f8936f7b9aa245199a939c46bc72bd /Source/Core/Common/Config/Config.cpp | |
| parent | 66c91b9dfbb9f56713d8d71bd4f3dc6d6152e863 (diff) | |
Remove redundant Config prefix from ConfigInfo/ConfigLocation
Both structs are already in the Config namespace.
Diffstat (limited to 'Source/Core/Common/Config/Config.cpp')
| -rw-r--r-- | Source/Core/Common/Config/Config.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Source/Core/Common/Config/Config.cpp b/Source/Core/Common/Config/Config.cpp index 2587dc5aac..2211d0d5fb 100644 --- a/Source/Core/Common/Config/Config.cpp +++ b/Source/Core/Common/Config/Config.cpp @@ -159,7 +159,7 @@ const std::string& GetLayerName(LayerType layer) return layer_to_name.at(layer); } -LayerType GetActiveLayerForConfig(const ConfigLocation& config) +LayerType GetActiveLayerForConfig(const Location& config) { ReadLock lock(s_layers_rw_lock); |
