mirror of
https://github.com/avinal/Krypto.git
synced 2026-01-11 23:58:35 +05:30
change namespace name
This commit is contained in:
@@ -9,7 +9,7 @@
|
||||
|
||||
#include "Utils.h"
|
||||
|
||||
namespace MCPS {
|
||||
namespace krypto {
|
||||
|
||||
/**
|
||||
* Generates file stats for a given file name.
|
||||
@@ -109,4 +109,4 @@ std::unordered_map<std::string, filestat> fileop::scan_current_directory() {
|
||||
}
|
||||
return _files;
|
||||
}
|
||||
} // namespace MCPS
|
||||
} // namespace krypto
|
||||
|
||||
Reference in New Issue
Block a user