summaryrefslogtreecommitdiffstats
path: root/src/Configuration.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Configuration.hpp')
-rw-r--r--src/Configuration.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Configuration.hpp b/src/Configuration.hpp
index 1a6ac6c..0844de8 100644
--- a/src/Configuration.hpp
+++ b/src/Configuration.hpp
@@ -28,6 +28,8 @@
#define N_PORT_TYPES 5
+namespace patchage {
+
struct Coord
{
Coord() = default;
@@ -131,4 +133,6 @@ private:
bool _sort_ports = true;
};
+} // namespace patchage
+
#endif // PATCHAGE_CONFIGURATION_HPP