Try compiling with WAll, that was dumb but fixed some things anyhow
This commit is contained in:
@@ -7,6 +7,8 @@ namespace AdventHelpers
|
||||
{
|
||||
class AdventOfCodeSolution {
|
||||
public:
|
||||
virtual ~AdventOfCodeSolution() = default;
|
||||
|
||||
virtual std::string SolveProblem01(AdventHelpers::InputFileHelper& inputFile) = 0;
|
||||
virtual std::string SolveProblem02(AdventHelpers::InputFileHelper& inputFile) = 0;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user