summaryrefslogtreecommitdiffstats
path: root/src/controllers/controllerpresetinfoenumerator.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/controllerpresetinfoenumerator.cpp')
-rw-r--r--src/controllers/controllerpresetinfoenumerator.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/controllerpresetinfoenumerator.cpp b/src/controllers/controllerpresetinfoenumerator.cpp
index 10201ac645..8281717c1d 100644
--- a/src/controllers/controllerpresetinfoenumerator.cpp
+++ b/src/controllers/controllerpresetinfoenumerator.cpp
@@ -21,7 +21,7 @@ bool presetInfoNameComparator(const PresetInfo &a, const PresetInfo &b) {
return a.getDirPath() < b.getDirPath();
}
}
-}
+} // namespace
PresetInfoEnumerator::PresetInfoEnumerator(const QString& searchPath)
: PresetInfoEnumerator(QList<QString>{searchPath}) {