From 178d1cbe1dfc9e7b66c36cbb75590e1cee419174 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 29 Nov 2020 18:24:03 +0100 Subject: Put everything in a namespace --- src/AudioDriver.hpp | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'src/AudioDriver.hpp') diff --git a/src/AudioDriver.hpp b/src/AudioDriver.hpp index 7e1e5a7..a1e1a33 100644 --- a/src/AudioDriver.hpp +++ b/src/AudioDriver.hpp @@ -21,6 +21,8 @@ #include +namespace patchage { + /// Base class for drivers that work with an audio system class AudioDriver : public Driver { @@ -45,4 +47,6 @@ public: virtual uint32_t sample_rate() = 0; }; +} // namespace patchage + #endif // PATCHAGE_AUDIODRIVER_HPP -- cgit v1.2.1