summaryrefslogtreecommitdiffstats
path: root/src/library/dao/trackschema.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/library/dao/trackschema.cpp')
-rw-r--r--src/library/dao/trackschema.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/library/dao/trackschema.cpp b/src/library/dao/trackschema.cpp
index 7f89e9a839..aaba5830b8 100644
--- a/src/library/dao/trackschema.cpp
+++ b/src/library/dao/trackschema.cpp
@@ -1,7 +1,7 @@
#include "library/dao/trackschema.h"
namespace mixxx {
-namespace TrackSchema {
+namespace trackschema {
QString tableForColumn(const QString& columnName) {
if (columnName == TRACKLOCATIONSTABLE_FSDELETED || columnName == TRACKLOCATIONSTABLE_LOCATION) {
return QStringLiteral(TRACKLOCATIONS_TABLE);
@@ -9,5 +9,5 @@ QString tableForColumn(const QString& columnName) {
// This doesn't detect unknown columns, but that's not really important here.
return QStringLiteral(LIBRARY_TABLE);
}
-} // namespace TrackSchema
+} // namespace trackschema
} // namespace mixxx