diff options
Diffstat (limited to 'plugin/src/Caelestia/Services/audiocollector.hpp')
| -rw-r--r-- | plugin/src/Caelestia/Services/audiocollector.hpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/plugin/src/Caelestia/Services/audiocollector.hpp b/plugin/src/Caelestia/Services/audiocollector.hpp index 4ec6d84..cd63afa 100644 --- a/plugin/src/Caelestia/Services/audiocollector.hpp +++ b/plugin/src/Caelestia/Services/audiocollector.hpp @@ -10,7 +10,7 @@ #include <thread> #include <vector> -namespace caelestia { +namespace caelestia::services { namespace ac { @@ -73,4 +73,4 @@ private: void stop() override; }; -} // namespace caelestia +} // namespace caelestia::services |