diff options
Diffstat (limited to 'plugin/src/Caelestia/Services/beattracker.hpp')
| -rw-r--r-- | plugin/src/Caelestia/Services/beattracker.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Services/beattracker.hpp b/plugin/src/Caelestia/Services/beattracker.hpp index 365f3bc..94738ce 100644 --- a/plugin/src/Caelestia/Services/beattracker.hpp +++ b/plugin/src/Caelestia/Services/beattracker.hpp @@ -4,7 +4,7 @@ #include <aubio/aubio.h> #include <qqmlintegration.h> -namespace caelestia { +namespace caelestia::services { class BeatProcessor : public AudioProcessor { Q_OBJECT @@ -46,4 +46,4 @@ private: void updateBpm(smpl_t bpm); }; -} // namespace caelestia +} // namespace caelestia::services |