summaryrefslogtreecommitdiffstats
path: root/src/PatchageCanvas.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/PatchageCanvas.hpp')
-rw-r--r--src/PatchageCanvas.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/PatchageCanvas.hpp b/src/PatchageCanvas.hpp
index 6b981c4..b823727 100644
--- a/src/PatchageCanvas.hpp
+++ b/src/PatchageCanvas.hpp
@@ -32,6 +32,8 @@ PATCHAGE_RESTORE_WARNINGS
#include <string>
#include <utility>
+namespace patchage {
+
class Patchage;
class PatchageModule;
class PatchagePort;
@@ -87,4 +89,6 @@ private:
ModuleIndex _module_index;
};
+} // namespace patchage
+
#endif // PATCHAGE_PATCHAGECANVAS_HPP