diff options
Diffstat (limited to 'src/UIFile.hpp')
-rw-r--r-- | src/UIFile.hpp | 4 |
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 |