summaryrefslogtreecommitdiff
path: root/plugin/src/Caelestia/Services/beattracker.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'plugin/src/Caelestia/Services/beattracker.cpp')
-rw-r--r--plugin/src/Caelestia/Services/beattracker.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Services/beattracker.cpp b/plugin/src/Caelestia/Services/beattracker.cpp
index 549992d..93addc6 100644
--- a/plugin/src/Caelestia/Services/beattracker.cpp
+++ b/plugin/src/Caelestia/Services/beattracker.cpp
@@ -4,7 +4,7 @@
#include "audioprovider.hpp"
#include <aubio/aubio.h>
-namespace caelestia {
+namespace caelestia::services {
BeatProcessor::BeatProcessor(QObject* parent)
: AudioProcessor(parent)
@@ -55,4 +55,4 @@ void BeatTracker::updateBpm(smpl_t bpm) {
}
}
-} // namespace caelestia
+} // namespace caelestia::services