Add CMake build and cross-platform cleanup
This commit is contained in:
@@ -96,7 +96,6 @@ public:
|
||||
}
|
||||
|
||||
std::string GetPath() const override {
|
||||
int variant = utils::randRange(1, m_maxRandom);
|
||||
std::string toReplace { "[0]" };
|
||||
std::string replacement = std::to_string(utils::randRange(1, m_maxRandom));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user