mirror of
https://github.com/avinal/Krypto.git
synced 2026-01-10 07:08:35 +05:30
change namespace name
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user