Fix build

This commit is contained in:
Eelco Dolstra
2020-07-08 12:50:02 +02:00
parent 6c9e407bee
commit 7985757a1d
6 changed files with 11 additions and 16 deletions

View File

@ -292,14 +292,14 @@ struct Machine
};
class Config;
class HydraConfig;
class State
{
private:
std::unique_ptr<Config> config;
std::unique_ptr<HydraConfig> config;
// FIXME: Make configurable.
const unsigned int maxTries = 5;