summaryrefslogtreecommitdiffstats
path: root/src/Widget.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/Widget.hpp')
-rw-r--r--src/Widget.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/Widget.hpp b/src/Widget.hpp
index 4182d40..14326e3 100644
--- a/src/Widget.hpp
+++ b/src/Widget.hpp
@@ -21,6 +21,8 @@
#include <string>
+namespace patchage {
+
template<typename W>
class Widget
{
@@ -51,4 +53,6 @@ private:
W* _me;
};
+} // namespace patchage
+
#endif // PATCHAGE_WIDGET_HPP