summaryrefslogtreecommitdiffstats
path: root/src/controllers/dlgcontrollerlearning.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/controllers/dlgcontrollerlearning.cpp')
-rw-r--r--src/controllers/dlgcontrollerlearning.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/controllers/dlgcontrollerlearning.cpp b/src/controllers/dlgcontrollerlearning.cpp
index d11b6597e9..4f16566006 100644
--- a/src/controllers/dlgcontrollerlearning.cpp
+++ b/src/controllers/dlgcontrollerlearning.cpp
@@ -13,7 +13,7 @@ typedef QPair<QString, ConfigKey> NamedControl;
bool namedControlComparator(const NamedControl& l1, const NamedControl& l2) {
return l1.first < l2.first;
}
-}
+} // namespace
DlgControllerLearning::DlgControllerLearning(QWidget * parent,
Controller* controller)