Arreglo para #1

Signed-off-by: somebody_master <somebody_master@somebodyserver.mooo.com>
This commit is contained in:
2020-10-28 00:15:56 +01:00
parent 2b421d4935
commit d97690b1b4
2 changed files with 8 additions and 8 deletions

View File

@ -3,8 +3,8 @@
#define __CONFIG_HPP_
class Config {
private:
int8_t *numHilos;
std::string *tiempo;
int8_t numHilos;
std::string tiempo;
public:
Config(int8_t numHilos, std::string tiempo);