parsing fixes and improvements

This commit is contained in:
jorenchik
2024-11-18 13:23:23 +02:00
parent 7f1c9f26e5
commit e658db23be
2 changed files with 11 additions and 14 deletions

View File

@@ -9,7 +9,6 @@
struct Question {
double cooldown;
std::string questionText;
std::string section;
virtual std::string toString() const = 0;
virtual ~Question() = default;