change namespace name

This commit is contained in:
2021-03-25 23:10:47 +05:30
parent 318c078912
commit d01c016445
2 changed files with 4 additions and 4 deletions

View File

@@ -23,7 +23,7 @@ namespace fs = std::filesystem;
#if !defined(UTILS_HPP)
#define UTILS_HPP
namespace MCPS {
namespace krypto {
struct filestat {
std::string filename;
@@ -62,6 +62,6 @@ public:
uint64_t in_size);
};
} // namespace MCPS
} // namespace krypto
#endif // UTILS_HPP