summaryrefslogtreecommitdiffstats
path: root/src/UIFile.hpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/UIFile.hpp')
-rw-r--r--src/UIFile.hpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/src/UIFile.hpp b/src/UIFile.hpp
index e87a6d9..760b6ea 100644
--- a/src/UIFile.hpp
+++ b/src/UIFile.hpp
@@ -30,6 +30,8 @@
#include <sstream>
#include <string>
+namespace patchage {
+
class UIFile
{
public:
@@ -67,4 +69,6 @@ public:
}
};
+} // namespace patchage
+
#endif // PATCHAGE_UIFILE_HPP