diff options
Diffstat (limited to 'src/PatchagePort.hpp')
-rw-r--r-- | src/PatchagePort.hpp | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/src/PatchagePort.hpp b/src/PatchagePort.hpp index 3a29322..0ef6752 100644 --- a/src/PatchagePort.hpp +++ b/src/PatchagePort.hpp @@ -33,6 +33,8 @@ PATCHAGE_RESTORE_WARNINGS #include <string> +namespace patchage { + /// A port on a PatchageModule class PatchagePort : public Ganv::Port { @@ -118,4 +120,6 @@ private: boost::optional<int> _order; }; +} // namespace patchage + #endif // PATCHAGE_PATCHAGEPORT_HPP |