diff options
Diffstat (limited to 'src/Patchage.hpp')
-rw-r--r-- | src/Patchage.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Patchage.hpp b/src/Patchage.hpp index cba8204..80c3e84 100644 --- a/src/Patchage.hpp +++ b/src/Patchage.hpp @@ -53,6 +53,8 @@ #include <queue> #include <string> +namespace patchage { + class AudioDriver; class PatchageCanvas; class Configuration; @@ -207,4 +209,6 @@ protected: bool _attach; }; +} // namespace patchage + #endif // PATCHAGE_PATCHAGE_HPP |